We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dee0da7 + 45a1490 commit 3aba381Copy full SHA for 3aba381
.github/workflows/weekly-poetry-bot.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Create Pull Request via gh
69
run: |
70
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." \
+ --body "This is an auto-generated pull request to update dependencies in `poetry.lock`." \
72
--base main \
73
--head update-dependencies-${{ env.DATE }}
74
env:
0 commit comments