We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4290105 commit fd399f1Copy full SHA for fd399f1
.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