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
I'm not sure where to report these issues so I do it here.
GITHUB_SHA is supposed to be a commit on GITHUB_REF, yet recently this doesn't seem to be true anymore:
E.g. I have a build with
The tip of the latter is however 87a7262c4e7cbc8997fb181c33232db98b8a062e
commit 87a7262c4e7cbc8997fb181c33232db98b8a062e (temp) Merge: 2d7885397 5c1cb0a57 Author: Oleg Grenrus <[email protected]> Date: Tue Jul 7 15:23:57 2020 +0200 Merge 5c1cb0a57ac08b4ba09bec93757d788ae5e76f3d into 2d7885397012c2eb8faf068d3a2a57bd7b7e7266
and
commit 85d87de310300c5d60d59e70aa477abc6e97310e Merge: 2d7885397 5c1cb0a57 Author: Oleg Grenrus <[email protected]> Date: Tue Jul 7 13:23:56 2020 +0000 Merge 5c1cb0a57ac08b4ba09bec93757d788ae5e76f3d into 2d7885397012c2eb8faf068d3a2a57bd7b7e7266
This breaks my workaround for checkout@v2 as it doesn't create .git with older versions of git #170. I'm fine with having slow checkout with older git.
checkout@v2
.git
git
The text was updated successfully, but these errors were encountered:
@andymckay
Sorry, something went wrong.
No branches or pull requests
I'm not sure where to report these issues so I do it here.
GITHUB_SHA is supposed to be a commit on GITHUB_REF, yet recently this doesn't seem to be true anymore:
E.g. I have a build with
The tip of the latter is however 87a7262c4e7cbc8997fb181c33232db98b8a062e
and
This breaks my workaround for
checkout@v2
as it doesn't create.git
with older versions ofgit
#170. I'm fine with having slow checkout with oldergit
.The text was updated successfully, but these errors were encountered: