Skip to content

Commit 3aba381

Browse files
authored
Merge pull request #1582 from Anselmoo/fix/weekly-6
chore: ✏️ update pull request body to mention `poetry.lock`
2 parents dee0da7 + 45a1490 commit 3aba381

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

0 commit comments

Comments
 (0)