Skip to content

Commit 09478c2

Browse files
committed
quotes
1 parent d051a97 commit 09478c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checklist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- name: Get Comment Body
1010
id: get-comment-body
1111
run: |
12-
existing=${{ github.event.pull_request.body }}
13-
body=${existing}$(cat .github/workflows/checklist.md)
12+
existing="${{ github.event.pull_request.body }}"
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)