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
We've noticed that if a commit message has backticks in it, then the action fails because the shell tries to execute the text between the backticks:
I think this can be fixed by removing backticks in the commit here: https://github.com/amondnet/vercel-action/blob/master/index.js#L135.
commit
The text was updated successfully, but these errors were encountered:
fix: Commit messages aren't fully shell escaped
9ef9eef
close #164 close #162 Signed-off-by: Minsu Lee <[email protected]>
9b20fa7
8ed64b8
`foo`, 'bar', "baz" close #164 close #162 Signed-off-by: Minsu Lee <[email protected]>
b818161
`app` , "test", 'foo' close #164 close #162 Signed-off-by: Minsu Lee <[email protected]>
amondnet
Successfully merging a pull request may close this issue.
We've noticed that if a commit message has backticks in it, then the action fails because the shell tries to execute the text between the backticks:
I think this can be fixed by removing backticks in the
commit
here: https://github.com/amondnet/vercel-action/blob/master/index.js#L135.The text was updated successfully, but these errors were encountered: