We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0066051 + 3b6d78f commit 6ba98cbCopy full SHA for 6ba98cb
1 file changed
.github/workflows/pull-request-build.yml
@@ -52,7 +52,6 @@ jobs:
52
- name: Build
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
- HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
56
HEAD_REF: ${{ github.event.pull_request.head.ref || github.ref }}
57
PR_NUMBER: ${{ github.event.pull_request.number }}
58
run: |
@@ -63,7 +62,7 @@ jobs:
63
62
fi
64
./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION \
65
--repo "${{ github.repository }}" \
66
- --branch "$HEAD_SHA" \
+ --branch "$HEAD_REF" \
67
--pr-number "$PR_NUMBER" \
68
--run-id "${{ github.run_id }}"
69
timeout-minutes: 120
0 commit comments