Skip to content

Commit ae1817d

Browse files
committed
fix
1 parent 3099fb7 commit ae1817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_checksums.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
body="${body//'%'/'%25'}"
3232
body="${body//$'\n'/'%0A'}"
3333
body="${body//$'\r'/'%0D'}"
34-
echo {"body=$body"} >> $GITHUB_OUTPUT
34+
echo "body=$body" >> "$GITHUB_OUTPUT"
3535
3636
- uses: peter-evans/commit-comment@v2
3737
with:

0 commit comments

Comments
 (0)