Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
test 2

Signed-off-by: chenyan <[email protected]>
  • Loading branch information
devchenyan committed Oct 30, 2023
1 parent 70ed96f commit 526214a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check_checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_SHA }}

- name: Generate checksums from artifacts
run: ruby ./scripts/release-checksums.rb ${{ github.event.release.tag_name }} | tee generated_checksums.txt
Expand All @@ -33,10 +31,8 @@ jobs:
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo "BODY_BODY=$body" >> $GITHUB_OUTPUT
echo ::set-output name=body::$body
- uses: peter-evans/commit-comment@v2
with:
body: ${{ steps.comment_body.outputs.BODY_BODY }}


body: ${{ steps.comment_body.outputs.body }}

0 comments on commit 526214a

Please sign in to comment.