diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 30f9fcfa6f..ba0d94f725 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -38,7 +38,7 @@ jobs: echo -e "## Proposed changes\n\nBumps the pre-commit config with the following updates:\n" > pr-body.md cat updates.log >> pr-body.md echo -e "\n---\nThis PR is auto-generated once a month." >> pr-body.md - echo -e "\n > [!NOTE]\n> Mark this PR as "ready for review" to trigger additional checks." + echo -e "\n > [!NOTE]\n> Mark this PR as "ready for review" to trigger additional checks." >> pr-body.md # Ref: https://github.com/peter-evans/create-pull-request - name: Create pull request uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2