diff --git a/.github/workflows/weekly-poetry-bot.yml b/.github/workflows/weekly-poetry-bot.yml index 83bcf992d..acbc5b6f5 100644 --- a/.github/workflows/weekly-poetry-bot.yml +++ b/.github/workflows/weekly-poetry-bot.yml @@ -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: