We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1817d commit 63eb325Copy full SHA for 63eb325
1 file changed
.github/workflows/check_checksums.yml
@@ -8,6 +8,8 @@ jobs:
8
compare:
9
name: Compare checksums
10
runs-on: macos-latest
11
+ outputs:
12
+ body: ${{ steps.comment_body.outputs.body }}
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
@@ -31,7 +33,7 @@ jobs:
31
33
body="${body//'%'/'%25'}"
32
34
body="${body//$'\n'/'%0A'}"
35
body="${body//$'\r'/'%0D'}"
- echo "body=$body" >> "$GITHUB_OUTPUT"
36
+ echo "body=$body" >> $GITHUB_OUTPUT
37
38
- uses: peter-evans/commit-comment@v2
39
with:
0 commit comments