Skip to content

Commit 27c6f41

Browse files
committed
github actions: change github.event.pull_request event
trying to move from: merge_commit_sha to HEAD
1 parent 6b6819b commit 27c6f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-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 }}"
2828
fetch-depth: 0
2929
- name: Build the Kernel
3030
run: |

0 commit comments

Comments
 (0)