Skip to content

Commit 52a5d27

Browse files
authored
Merge pull request #1658 from Anselmoo/feature/weekly-update
chore: 💚 update pull request body format in weekly poetry bot workflow
2 parents f0400c5 + db019a4 commit 52a5d27

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${{ steps.update_log.outputs.log }}" \
71+
--body "This is an auto-generated pull request to update dependencies in \`poetry.lock\`. Updated packages: ${{ steps.update_log.outputs.log }}" \
7272
--base main \
7373
--head update-dependencies-${{ env.DATE }}
7474
env:

0 commit comments

Comments
 (0)