We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the 1.9.0 release I have been receiving a 500 error on the POST during the github-release process:
error running command: POST https://github.com/api/v3/repos/{org}/{repo}/releases: 500 []
This started happening only after the 1.9.0 release - a run on May 24th succeeded (1.8.0).
I believe the change to the image to latest is causing the issue.
Not receive a 500 error code for v3 api to github.
@xtremerui @markstokan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Since the 1.9.0 release I have been receiving a 500 error on the POST during the github-release process:
error running command: POST https://github.com/api/v3/repos/{org}/{repo}/releases: 500 []
This started happening only after the 1.9.0 release - a run on May 24th succeeded (1.8.0).
I believe the change to the image to latest is causing the issue.
Reproduction steps
Expected behavior
Not receive a 500 error code for v3 api to github.
Additional context
@xtremerui @markstokan
The text was updated successfully, but these errors were encountered: