We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git push
1 parent 70e77d5 commit 813c01cCopy full SHA for 813c01c
.github/workflows/weekly-poetry-bot.yml
@@ -46,7 +46,6 @@ jobs:
46
update_log=$(cat poetry-update.log)
47
git commit -m "$(echo -e "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d)\n\n$update_log")"
48
fi
49
- git push origin update-dependencies-$(date +%Y%m%d)
50
51
- name: Create Pull Request via gh
52
run: >-
0 commit comments