Skip to content

Commit 1f05234

Browse files
committed
Merge branch
2 parents 572f4bb + 15e9283 commit 1f05234

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/check_checksums.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Generate checksums from artifacts
16-
run:
17-
ruby ./scripts/release-checksums.rb ${{ github.event.release.tag_name }} | tee generated_checksums.txt
16+
run: ruby ./scripts/release-checksums.rb ${{ github.event.release.tag_name }} | tee generated_checksums.txt
1817

1918
- name: Fetch checksums from release note
2019
run: |
@@ -31,9 +30,8 @@ jobs:
3130
body="${body//'%'/'%25'}"
3231
body="${body//$'\n'/'%0A'}"
3332
body="${body//$'\r'/'%0D'}"
34-
echo ::set-output name=body::$body
33+
echo "body=$body" >> $GITHUB_OUTPUT
3534
3635
- uses: peter-evans/commit-comment@v2
3736
with:
3837
body: ${{ steps.comment_body.outputs.body }}
39-

0 commit comments

Comments
 (0)