Skip to content

Commit

Permalink
fetch all history to avoid "failed to push some refs" error
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Nov 22, 2024
1 parent 29b4f77 commit 01efff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/1-fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Default fetch-depth is 1, however that value results in errors
# when GitPython attempts to push changes:
# "failed to push some refs"
fetch-depth: 10
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}

- name: Set up Python
Expand Down

0 comments on commit 01efff6

Please sign in to comment.