We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193474c commit 1b0757fCopy full SHA for 1b0757f
.github/workflows/sync.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Partial clone
22
run: |
23
- 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 .
24
- name: Update from lore.kernel.org
25
26
git fetch https://lore.kernel.org/git/$LORE_EPOCH refs/heads/master:refs/heads/lore-$LORE_EPOCH
0 commit comments