We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 416e0c5 + 0608dd8 commit 3d43c2aCopy full SHA for 3d43c2a
.github/workflows/weekly-poetry-bot.yml
@@ -41,8 +41,8 @@ jobs:
41
echo "No changes detected, creating an empty commit."
42
git commit --allow-empty -m "chore(deps): :arrows_counterclockwise: no updates for $(date +%Y%m%d)"
43
else
44
- echo "Changes detected, creating a commit with update log."
45
- update_log=$(cat update.log)
+ echo "Changes detected, creating a commit with poetry-update log."
+ update_log=$(cat poetry-update.log)
46
git commit -m "$(echo -e "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d)\n\n$update_log")"
47
fi
48
git push origin update-dependencies-$(date +%Y%m%d)
0 commit comments