We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce04fc9 + 8a7552d commit f2e8c2aCopy full SHA for f2e8c2a
.github/workflows/weekly-poetry-bot.yml
@@ -54,6 +54,10 @@ 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