From 7354945885e2c6ac5f0e168749097566c3bc56b1 Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Mon, 9 Jan 2023 10:14:21 +0900 Subject: [PATCH] fix newlines in body --- .github/workflows/create-release-pr.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 9c9787a0d0..a646f717f6 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -55,8 +55,10 @@ jobs: - name: Create Pull Request run: | - echo "This PR updates the extension version and CHANGELOG.md.\n" >> body.log - echo "Please close and reopen this PR to run the required workflows (Required statuses must pass before merging).\n" >> body.log + echo "This PR updates the extension version and CHANGELOG.md." >> body.log + echo "" >> body.log + echo "Please close and reopen this PR to run the required workflows (Required statuses must pass before merging)." >> body.log + echo "" >> body.log echo "**The \`publish\` workflow will run automatically when this PR is merged.**" >> body.log cml pr create \