Skip to content

Commit fd399f1

Browse files
committed
github actions: change builder to head.sha
1 parent 4290105 commit fd399f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626
with:
27-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
27+
ref: "${{ github.event.pull_request.head.sha }}"
2828
fetch-depth: 0
2929
- name: Build the Kernel
3030
run: |

0 commit comments

Comments
 (0)