Skip to content

Commit

Permalink
Merge pull request #1658 from Anselmoo/feature/weekly-update
Browse files Browse the repository at this point in the history
chore: 💚 update pull request body format in weekly poetry bot workflow
  • Loading branch information
Anselmoo authored Oct 20, 2024
2 parents f0400c5 + db019a4 commit 52a5d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-poetry-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Create Pull Request via gh
run: |
gh pr create --title "chore(deps): :arrows_counterclockwise: update dependencies ${{ env.DATE }}" \
--body "This is an auto-generated pull request to update dependencies in \`poetry.lock\`.\n\nUpdated packages:\n\n${{ steps.update_log.outputs.log }}" \
--body "This is an auto-generated pull request to update dependencies in \`poetry.lock\`. Updated packages: ${{ steps.update_log.outputs.log }}" \
--base main \
--head update-dependencies-${{ env.DATE }}
env:
Expand Down

0 comments on commit 52a5d27

Please sign in to comment.