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
-c, --comment <string>
<string>
After pinning using --comment=' {ref}' it's not possible to re-run the same pinning command:
--comment=' {ref}'
❯ npx pin-github-action --comment=' {ref}' .github/workflows/*.y*ml Unable to find SHA for [some action]@ v3
Use case: After resolving a conflict with another branch which updated an action, I might have a few actions which need to be re-pinned.
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is released as 1.9.1 now
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After pinning using
--comment=' {ref}'
it's not possible to re-run the same pinning command:Use case: After resolving a conflict with another branch which updated an action, I might have a few actions which need to be re-pinned.
The text was updated successfully, but these errors were encountered: