Skip to content

Commit 5193112

Browse files
committed
github actions: fix x86_64 to use head.sha for checkout
1 parent 0533851 commit 5193112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check_x86_64.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)