Skip to content
New issue

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 using the wrong commit #184

Closed
ssantichaivekin opened this issue Jul 24, 2020 · 1 comment
Closed

Github Actions using the wrong commit #184

ssantichaivekin opened this issue Jul 24, 2020 · 1 comment

Comments

@ssantichaivekin
Copy link
Owner

ssantichaivekin commented Jul 24, 2020

Github Actions is using the wrong commit in @aremath 's pull request run.

Screen Shot 2020-07-24 at 11 34 46 AM

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.

  1. Checkout to local master git checkout master
  2. Pull from origin/master via git pull. Make sure that your master matches origin/master perfectly.
  3. Checkout to your branch git checkout [your-branch-name-without-bracket]
  4. Merge from master git merge master
  5. Push your changes to remote branch git push

See details and update at actions/checkout#299

@ssantichaivekin
Copy link
Owner Author

ssantichaivekin commented Jul 24, 2020

I have also reported this on Github Actions actions/checkout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant