Skip to content

Commit e5ae410

Browse files
committed
no quotes
1 parent 598fa15 commit e5ae410

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$'\n'$(cat .github/workflows/checklist.md)
1414
body="${body//'%'/'%25'}"
1515
body="${body//$'\n'/'%0A'}"
1616
body="${body//$'\r'/'%0D'}"

0 commit comments

Comments
 (0)