From c89820d1a29fca5196de4ea510375292f9c176a2 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Apr 2024 10:26:46 +0200 Subject: [PATCH] s --- .github/workflows/pre-commit-autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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