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
Github Actions is using the wrong commit in @aremath 's pull request run.
This is a Github Actions bug. It seems that this can be fixed by making a commit that is up to date with the current origin/master.
origin/master
git checkout master
git pull
git checkout [your-branch-name-without-bracket]
git merge master
git push
See details and update at actions/checkout#299
The text was updated successfully, but these errors were encountered:
I have also reported this on Github Actions actions/checkout.
Sorry, something went wrong.
No branches or pull requests
Github Actions is using the wrong commit in @aremath 's pull request run.
This is a Github Actions bug. It seems that this can be fixed by making a commit that is up to date with the current
origin/master
.git checkout master
origin/master
viagit pull
. Make sure that your master matchesorigin/master
perfectly.git checkout [your-branch-name-without-bracket]
git merge master
git push
See details and update at actions/checkout#299
The text was updated successfully, but these errors were encountered: