Greetings,
when creating a PR, _headref gets expected value. On the contrary, when commenting on PR, the _headref is set to 'refs/remotes/origin/master' apparently. But I would expect the branch name or something like 'refs/pull/${{ github.event.issue.number }}/head'.
Greetings, when creating a PR, _headref gets expected value. On the contrary, when commenting on PR, the _headref is set to 'refs/remotes/origin/master' apparently. But I would expect the branch name or something like 'refs/pull/${{ github.event.issue.number }}/head'.
What did I get wrong? Thank you, ZP.