Skip to content

Commit

Permalink
fix: shell
Browse files Browse the repository at this point in the history
Signed-off-by: chenyan <[email protected]>
  • Loading branch information
devchenyan committed Oct 29, 2023
1 parent 46e3a34 commit 4063690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: diff generated_checksums.txt release_note_checksums.txt

- id: comment_body
shell: bash
run: |
body=$(cat generated_checksums.txt)
body="${body//'%'/'%25'}"
Expand Down

1 comment on commit 4063690

@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 6684349141

Please sign in to comment.