Skip to content

Commit ce04fc9

Browse files
authored
fix: ➖ Remove git push (#1529)
1 parent 7dd35f0 commit ce04fc9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/weekly-poetry-bot.yml

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
git commit -m "$(echo -e "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d%H%M)\n\n$update_log")"
5555
fi
5656
57-
- name: Push changes
58-
run: |
59-
git push -f origin update-dependencies-$(date +%Y%m%d%H%M)
60-
6157
- name: Create Pull Request via gh
6258
run: |
6359
gh pr create --title "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d%H%M)" \

0 commit comments

Comments
 (0)