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 ccd8f6b commit 8703356Copy full SHA for 8703356
.github/workflows/build_test_ci.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
with:
28
- ref: ${{ github.event.pull_request.head.sha }}
+ ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
29
- name: Harden Runner
30
uses: step-security/harden-runner@v2
31
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
- name: Set up Go
70
uses: actions/setup-go@v5
0 commit comments