Skip to content

Commit 01efff6

Browse files
committed
fetch all history to avoid "failed to push some refs" error
1 parent 29b4f77 commit 01efff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/1-fetch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Default fetch-depth is 1, however that value results in errors
3535
# when GitPython attempts to push changes:
3636
# "failed to push some refs"
37-
fetch-depth: 10
37+
fetch-depth: 0
3838
token: ${{ secrets.BOT_TOKEN }}
3939

4040
- name: Set up Python

0 commit comments

Comments
 (0)