Skip to content

Commit 3d43c2a

Browse files
authored
Merge pull request #1493 from Anselmoo/fix/docker-weekly-update
fix: 🐛 Update poetry-update log file name for commit message
2 parents 416e0c5 + 0608dd8 commit 3d43c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
echo "No changes detected, creating an empty commit."
4242
git commit --allow-empty -m "chore(deps): :arrows_counterclockwise: no updates for $(date +%Y%m%d)"
4343
else
44-
echo "Changes detected, creating a commit with update log."
45-
update_log=$(cat update.log)
44+
echo "Changes detected, creating a commit with poetry-update log."
45+
update_log=$(cat poetry-update.log)
4646
git commit -m "$(echo -e "chore(deps): :arrows_counterclockwise: update dependencies $(date +%Y%m%d)\n\n$update_log")"
4747
fi
4848
git push origin update-dependencies-$(date +%Y%m%d)

0 commit comments

Comments
 (0)