[go: up one dir, main page]

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 workflow missing ref PR merge #1982

Open
oriy opened this issue Nov 17, 2024 · 0 comments
Open

GitHub workflow missing ref PR merge #1982

oriy opened this issue Nov 17, 2024 · 0 comments

Comments

@oriy
Copy link
oriy commented Nov 17, 2024

checkout fails checking out refs/pull/<PR_ID>/merge

Run actions/checkout@v4.2.2
  with:
    ref: refs/pull/<PR_ID>/merge

added workflow demonstrating the checkout failure - #1981

issue reproduces:

  • create a PR
  • checkout PR merge branch refs/pull/<PR_ID>/merge - ✅ successfully
  • close PR, reopen PR
  • checkout PR merge branch refs/pull/<PR_ID>/merge - ⛔ FAIL

checkoutFail

checkoutFail2

checkoutFail3


started writing this workflow only after trying v4.2.1,
expected #1924 to fix the regression,
however, regression still here

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