Skip to content

Commit e421b81

Browse files
committed
fix
Signed-off-by: chenyan <sgt39007@163.com>
1 parent cafa6ca commit e421b81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check_checksums.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
body="${body//'%'/'%25'}"
3131
body="${body//$'\n'/'%0A'}"
3232
body="${body//$'\r'/'%0D'}"
33-
echo "body=$body" >> "$GITHUB_OUTPUT"
33+
echo "body="$body"" >> $GITHUB_OUTPUT
3434
3535
- uses: peter-evans/commit-comment@v2
36-
env:
37-
body: ${{ steps.comment_body.outputs.body }}
3836
with:
3937
body: ${{ steps.comment_body.outputs.body }}

0 commit comments

Comments
 (0)