We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9e455 commit 39f1713Copy full SHA for 39f1713
.github/workflows/pull-request-build.yml
@@ -37,10 +37,11 @@ jobs:
37
- name: Build
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
+ HEAD_REF: ${{ github.event.pull_request.head.ref }}
41
run: |
42
./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION \
43
--repo "${{ github.repository }}" \
- --branch "${{ github.event.pull_request.head.ref }}" \
44
+ --branch "$HEAD_REF" \
45
--pr-number "${{ github.event.pull_request.number }}" \
46
--run-id "${{ github.run_id }}"
- timeout-minutes: 120 # 2 hours
47
+ timeout-minutes: 120 # 2 hours
0 commit comments