Skip to content

Commit 1c305a5

Browse files
authored
Actions - fix newlines in PR (#3071)
1 parent edcd29c commit 1c305a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555

5656
- name: Create Pull Request
5757
run: |
58-
echo "This PR updates the extension version and CHANGELOG.md.\n" >> body.log
59-
echo "Please close and reopen this PR to run the required workflows (Required statuses must pass before merging).\n" >> body.log
58+
echo "This PR updates the extension version and CHANGELOG.md." >> body.log
59+
echo "" >> body.log
60+
echo "Please close and reopen this PR to run the required workflows (Required statuses must pass before merging)." >> body.log
61+
echo "" >> body.log
6062
echo "**The \`publish\` workflow will run automatically when this PR is merged.**" >> body.log
6163
6264
cml pr create \

0 commit comments

Comments
 (0)