Skip to content

Commit 5fa01d0

Browse files
committed
Increase fetch depth for scheduled updates
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 3098729 commit 5fa01d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scheduled_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
with:
64-
fetch-depth: 0
64+
fetch-depth: 5
6565
- id: tag
6666
run: |
6767
gh repo sync

0 commit comments

Comments
 (0)