We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45e010a + fd399f1 commit 323b26dCopy full SHA for 323b26d
.github/workflows/build-check_aarch64.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout code
25
uses: actions/checkout@v4
26
with:
27
- ref: "${{ github.event.pull_request.merge_commit_sha }}"
+ ref: "${{ github.event.pull_request.head.sha }}"
28
fetch-depth: 0
29
- name: Build the Kernel
30
run: |
0 commit comments