-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Regular git warning causes build failure #1167
Comments
Thanks for reporting this. There's another similar issue reported here. I've been trying to think what the best way to solve this is, as the rejection occurring here is potentially catching failures. @PartyLich handled it here in a fork, but this isn't a very scalable solution. I'm wondering if we shouldn't throw an error in this case, but instead warn of a potential problem or filter for common scary words such as |
I have a test version of this available here: |
Describe the bug
It seems like any output to stderr, including output that may be entirely normal, such as lines like
will cause this action to fail the actions build. The build should only be failed when the actual git operation fails.
Reproduction Steps
Unsure what exact conditions can trigger this issue -- but anything causing git to produce output on stderr without a push failure would trigger this issue
Logs
See
https://github.com/SpongePowered/math/runs/7374387288?check_suite_focus=true#step:11:59
Workflow
The relevant use of this action is:
from a workflow shared across the organization
Additional Comments
n/a
The text was updated successfully, but these errors were encountered: