We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abeeb66 + 953d26f commit 60b5128Copy full SHA for 60b5128
1 file changed
.github/workflows/license-check.yml
@@ -25,8 +25,12 @@ jobs:
25
steps:
26
- name: Check out code
27
uses: actions/checkout@v6
28
- with:
29
- ref: ${{ github.head_ref }}
+
+ # Check out the actual PR branch so we can push changes back if needed
30
+ - name: Check out PR branch
31
+ env:
32
+ GH_TOKEN: ${{ github.token }}
33
+ run: gh pr checkout ${{ github.event.pull_request.number }}
34
35
- name: Set up Go
36
uses: actions/setup-go@v6
0 commit comments