We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862fc3d commit ea8c6c7Copy full SHA for ea8c6c7
1 file changed
.github/workflows/pr-command.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- uses: actions/checkout@v4
48
with:
49
- ref: ${{ steps.pr.outputs.ref }}
+ ref: refs/pull/${{ github.event.issue.number }}/head
50
51
- name: Free up disk space
52
uses: ./.github/actions/free-up-disk-space
0 commit comments