We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 572f4bb + 15e9283 commit 1f05234Copy full SHA for 1f05234
.github/workflows/check_checksums.yml
@@ -13,8 +13,7 @@ jobs:
13
uses: actions/checkout@v3
14
15
- name: Generate checksums from artifacts
16
- run:
17
- ruby ./scripts/release-checksums.rb ${{ github.event.release.tag_name }} | tee generated_checksums.txt
+ run: ruby ./scripts/release-checksums.rb ${{ github.event.release.tag_name }} | tee generated_checksums.txt
18
19
- name: Fetch checksums from release note
20
run: |
@@ -31,9 +30,8 @@ jobs:
31
30
body="${body//'%'/'%25'}"
32
body="${body//$'\n'/'%0A'}"
33
body="${body//$'\r'/'%0D'}"
34
- echo ::set-output name=body::$body
+ echo "body=$body" >> $GITHUB_OUTPUT
35
36
- uses: peter-evans/commit-comment@v2
37
with:
38
body: ${{ steps.comment_body.outputs.body }}
39
-
0 commit comments