-
Notifications
You must be signed in to change notification settings - Fork 57
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
Docker Action - Exit Code 2 #153
Comments
Probably, it's somehow related to the GPG signing since the process suddenly ends up at this stage Also, please try removing the |
I've changed the |
@daegontaven ok, just for test purposes, could you please try removing the GPG configuration?
|
@andrii-bodnar Exit code changed, but build is still failing. |
@daegontaven as I can see, now the execution reached the committing stage but there was nothing to commit. See the execution log:
|
But why is the build failing. Shouldn't it pass if there's nothing to commit? I assume this means GPG is the issue, but still doesn't explain the exit code of |
Probably, it's unexpected for the GitHub API |
As in it's a bug or as in it's supposed to error when there is nothing to commit? |
@daegontaven the last possible reason - try to remove the sorry, we need your help with the debug 😬 |
Hi @daegontaven! Found the cause of the failing action - it was related to For now, you can revert the uses: crowdin/[email protected] |
Describe the bug
My crowdin action is exiting with code 2 because of docker.
To Reproduce
Steps to reproduce the behavior:
crowdin.yml
file contentExpected behavior
Docker exits with code 0
The text was updated successfully, but these errors were encountered: