diff --git a/.github/workflows/pr-command.yaml b/.github/workflows/pr-command.yaml index 552267f91..d4bac129e 100644 --- a/.github/workflows/pr-command.yaml +++ b/.github/workflows/pr-command.yaml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 with: - ref: ${{ steps.pr.outputs.ref }} + ref: refs/pull/${{ github.event.issue.number }}/head - name: Free up disk space uses: ./.github/actions/free-up-disk-space