Skip to content

Commit d051a97

Browse files
committed
no new line
1 parent e5ae410 commit d051a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id: get-comment-body
1111
run: |
1212
existing=${{ github.event.pull_request.body }}
13-
body=existing$'\n'$(cat .github/workflows/checklist.md)
13+
body=${existing}$(cat .github/workflows/checklist.md)
1414
body="${body//'%'/'%25'}"
1515
body="${body//$'\n'/'%0A'}"
1616
body="${body//$'\r'/'%0D'}"

0 commit comments

Comments
 (0)