Skip to content

Commit

Permalink
chore: ✏️ update dependencies in weekly-poetry-bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Sep 22, 2024
1 parent 1bd458b commit eb28141
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`." \
--body "This is an auto-generated pull request to update dependencies in <<poetry.lock>>.\n\nUpdated packages:\n\n$update_log')." \
--base main \
--head update-dependencies-${{ env.DATE }}
env:
Expand Down

0 comments on commit eb28141

Please sign in to comment.