HEAD is now at XXX Merge YYY into ZZZ #885
-
Hey, we were investigating some weird compiler/linter errors the other day and we could not reproduce locally. It was slightly older branch and I noticed this message at the very end of the checkout action:
Does this mean that checkout action does perform some kind of rebase or pre-merge? Is there any setting to turn this off? I would like to be on the branch HEAD (561625b) and not on a merge commit (80be8bd) because some compilers or linters (e.g. go import) are very picky about import order or unused keywords and this is really hard to troubleshoot. https://github.com/RHEnVision/provisioning-backend/runs/7763538534?check_suite_focus=true Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is this what you are looking for? https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit |
Beta Was this translation helpful? Give feedback.
Is this what you are looking for? https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit