Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: chenyan <sgt39007@163.com>
  • Loading branch information
devchenyan committed Oct 29, 2023
1 parent 1f05234 commit cafa6ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo "body=$body" >> $GITHUB_OUTPUT
echo "body=$body" >> "$GITHUB_OUTPUT"
- uses: peter-evans/commit-comment@v2
env:
body: ${{ steps.comment_body.outputs.body }}
with:
body: ${{ steps.comment_body.outputs.body }}

2 comments on commit cafa6ca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6683969787

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6683970868

Please sign in to comment.