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
Dependabot build fails on generating the provenance file.
2021/10/18 08:01:01 failed to unmarshal github context json: invalid character 'h' in string escape code
https://github.com/philips-labs/slsa-provenance-action/pull/55/checks?check_run_id=3923877684
The text was updated successfully, but these errors were encountered:
Workflow is failing on pull-request build.
GitHub events are not the same for the same commit.
Two events from the same commit:
Sorry, something went wrong.
I think I'm running into the same issue described here where the content of the commit message can mess up the escaping and cause the action to fail: https://github.com/ribbybibby/testy/runs/4596564618?check_suite_focus=true#step:5:63
The commit message in this case is:
Make @a change "@in quotes"
Do you need to pass the whole github and runner contexts as json? Could you pass the individual fields you need in instead as flags?
Or, get everything from the environment variables instead: https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables?
This issue has been resolved.
No branches or pull requests
Problem
Dependabot build fails on generating the provenance file.
Example
Error message
Error job
https://github.com/philips-labs/slsa-provenance-action/pull/55/checks?check_run_id=3923877684
The text was updated successfully, but these errors were encountered: