We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b4f77 commit 01efff6Copy full SHA for 01efff6
.github/workflows/1-fetch.yml
@@ -34,7 +34,7 @@ jobs:
34
# Default fetch-depth is 1, however that value results in errors
35
# when GitPython attempts to push changes:
36
# "failed to push some refs"
37
- fetch-depth: 10
+ fetch-depth: 0
38
token: ${{ secrets.BOT_TOKEN }}
39
40
- name: Set up Python
0 commit comments