ci: Fix checkout branch (#720)
Don't set ref branch for properly check PR
This commit is contained in:
1
.github/workflows/build-kernel-arcvm.yml
vendored
1
.github/workflows/build-kernel-arcvm.yml
vendored
@@ -62,7 +62,6 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: KernelSU
|
path: KernelSU
|
||||||
ref: main
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup kernel source
|
- name: Setup kernel source
|
||||||
|
|||||||
1
.github/workflows/build-kernel-wsa.yml
vendored
1
.github/workflows/build-kernel-wsa.yml
vendored
@@ -76,7 +76,6 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: KernelSU
|
path: KernelSU
|
||||||
ref: main
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup kernel source
|
- name: Setup kernel source
|
||||||
|
|||||||
Reference in New Issue
Block a user