We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git push
1 parent 7dd35f0 commit ce04fc9Copy full SHA for ce04fc9
.github/workflows/weekly-poetry-bot.yml
@@ -54,10 +54,6 @@ jobs:
54
git commit -m "$(echo -e "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d%H%M)\n\n$update_log")"
55
fi
56
57
- - name: Push changes
58
- run: |
59
- git push -f origin update-dependencies-$(date +%Y%m%d%H%M)
60
-
61
- name: Create Pull Request via gh
62
run: |
63
gh pr create --title "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d%H%M)" \
0 commit comments