-
Notifications
You must be signed in to change notification settings - Fork 70
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
Silent errors with faulty environment file #93
Comments
Hi @jaimergp thanks for the report! Could you try to debug this by adding some It might be that |
Yes, you are right, |
Yes, exactly. Thanks for confirming this :) Wanna take a stab at it? |
I am not familiar with JS/TS at all, but I'll try! The string should be available here, right? edit: nvm, I think I got it. |
You may need to add listener for the stdout (if those errors are not printed to sterr, but to stdout) |
If a user provides an invalid YAML file (e.g. wrong section name), the action fails to update the environment with that file, but doesn't report the failure.
To reproduce, try using a YAML file like this:
Note how I used
requirements
instead ofdependencies
. You will see this unreported error:Example on a real log.
The text was updated successfully, but these errors were encountered: