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
Currently using packtracker which relies on being able to access the prior commit via git rev-parse HEAD^ reverting to v1.2 works.
git rev-parse HEAD^
The text was updated successfully, but these errors were encountered:
I have the same problem. For now, reverted from master to v1.
Sorry, something went wrong.
Setting fetch-depth: 2 should work
fetch-depth: 2
note, the reason is because actions/checkout@v2 performance was optimized for the mainline scenario: fetch a single commit.
actions/checkout@v2
Makes sense - thanks for the context. Happy to close this unless you'd like to keep it open.
@ajcann thanks for confirmation. I might leave this open for a little bit longer. I might add this as an example scenario in the readme
ericsciple
Successfully merging a pull request may close this issue.
Currently using packtracker which relies on being able to access the prior commit via
git rev-parse HEAD^
reverting to v1.2 works.The text was updated successfully, but these errors were encountered: