checkout fails checking out refs/pull/<PR_ID>/merge
Run actions/[email protected]
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



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