Skip to content

Commit 3a02cf3

Browse files
committed
debug
1 parent b5b8b5a commit 3a02cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
uses: actions/checkout@v4
4040
with:
4141
ref: ${{ env.BRANCH }}
42+
path: ${{ env.BRANCH }}
4243

4344
- name: Sync kernel source
45+
working-directory: ./${{ env.BRANCH }}
4446
run: |
4547
set -e
4648
ls

0 commit comments

Comments
 (0)