8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In actions, GITHUB_SHA is a string with no whitespace. When running a workflow via act, the GITHUB_SHA has a trailing newline attached to it.
GITHUB_SHA
The text was updated successfully, but these errors were encountered:
fix nektos#31 - trim whitespace on git revision
fbf7796
7e92f69
Fix bug (nektos#31)
83fb85f
Reviewed-on: https://gitea.com/gitea/act/pulls/31 Reviewed-by: Jason Song <i@wolfogre.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
No branches or pull requests
In actions,
GITHUB_SHA
is a string with no whitespace. When running a workflow via act, theGITHUB_SHA
has a trailing newline attached to it.The text was updated successfully, but these errors were encountered: