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
Git supports omitting full commit hash.
https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection
e.g.
- uses: actions/checkout@ee06 # v3.5.1
Please explain the problem you want to solve.
pinact doesn't support non full commit hash, so pinact ignores them.
command and configuration
$
The text was updated successfully, but these errors were encountered:
https://zenn.dev/shunsuke_suzuki/scraps/fe841417f09039
Sorry, something went wrong.
No branches or pull requests
Feature Overview
Git supports omitting full commit hash.
https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection
e.g.
Why is the feature needed?
pinact doesn't support non full commit hash, so pinact ignores them.
Example Code
The text was updated successfully, but these errors were encountered: