Skip to content

Commit

Permalink
chore: 💚 update dependencies for poetry.lock reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Sep 29, 2024
1 parent 5f439d0 commit ec44e8b
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$update_log')." \
--body "This is an auto-generated pull request to update dependencies in \`poetry.lock\`.\n\nUpdated packages:\n\n${{ steps.update_log.outputs.log }}" \
--base main \
--head update-dependencies-${{ env.DATE }}
env:
Expand Down

0 comments on commit ec44e8b

Please sign in to comment.