-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow is failing without json arg #3
Comments
Thanks for letting me know, probably just that Might just be as simple as adding an or operator The README does mention that "note that the --json flag has been passed when deploying" and the work around is just to add the |
It's not just the outputs that break, it's the whole step as far as I've tried, I wasn't using the outputs while trying first. |
Im seeing this same issue and I am passing the json flag as an arg. Very strange. |
Sorry to triple post. Seems my issues were related to something else on the Netlify end. Not sure what tbh but its working now haha. Its possible that deploying manually got it working again as I hadnt deployed for 2 months due to working on other stuff. |
@leeovery Yeah it looks like the action throws out this kind of error when it can't parse outputs for any reason. I just got it for trying to deploy a non-existent |
Yea I figured out the same thing a few days ago. My error was typescript wasn't compiling during the build process. The action was suppressing the error so it was hard to track down. 😂 |
Yeah I think I'm debugging a similar issue elsewhere as well. I determined the simplest fix was to remove these outputs - they can still be accessed however, you just need to parse them from the output yourself using Closed by #4 |
Hi,

Just to let you know that your action is falling if you don't pass the
--json
option in the args. I've added you a screenshot to illustrate.Cheers
Florian
The text was updated successfully, but these errors were encountered: