Skip to content

Commit

Permalink
sync: do fetch the correct branch
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 21, 2022
1 parent 193474c commit 1b0757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Partial clone
run: |
git clone --bare --depth=1 --filter=blob:none https://github.com/$GITHUB_REPOSITORY .
git clone --bare --depth=1 -b lore-$LORE_EPOCH --filter=blob:none https://github.com/$GITHUB_REPOSITORY .
- name: Update from lore.kernel.org
run: |
git fetch https://lore.kernel.org/git/$LORE_EPOCH refs/heads/master:refs/heads/lore-$LORE_EPOCH
Expand Down

0 comments on commit 1b0757f

Please sign in to comment.