Skip to content

Commit 1b0757f

Browse files
committed
sync: do fetch the correct branch
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 193474c commit 1b0757f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Partial clone
2222
run: |
23-
git clone --bare --depth=1 --filter=blob:none https://github.com/$GITHUB_REPOSITORY .
23+
git clone --bare --depth=1 -b lore-$LORE_EPOCH --filter=blob:none https://github.com/$GITHUB_REPOSITORY .
2424
- name: Update from lore.kernel.org
2525
run: |
2626
git fetch https://lore.kernel.org/git/$LORE_EPOCH refs/heads/master:refs/heads/lore-$LORE_EPOCH

0 commit comments

Comments
 (0)