Skip to content

Commit 6ea336d

Browse files
authored
Merge pull request #1614 from Anselmoo/fix/update-weekly-printing
chore: 💚 update dependencies for `poetry.lock` reporting
2 parents 5f439d0 + ec44e8b commit 6ea336d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Create Pull Request via gh
6969
run: |
7070
gh pr create --title "chore(deps): :arrows_counterclockwise: update dependencies ${{ env.DATE }}" \
71-
--body "This is an auto-generated pull request to update dependencies in <<poetry.lock>>.\n\nUpdated packages:\n\n$update_log')." \
71+
--body "This is an auto-generated pull request to update dependencies in \`poetry.lock\`.\n\nUpdated packages:\n\n${{ steps.update_log.outputs.log }}" \
7272
--base main \
7373
--head update-dependencies-${{ env.DATE }}
7474
env:

0 commit comments

Comments
 (0)