Skip to content

Commit bf6ca73

Browse files
author
marcello romani
committed
try publishing code coverage as comment
1 parent 988ac6f commit bf6ca73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-comment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- name: Test
1616
id: test
1717
run: |
18-
echo "coverage=<<EOF" >> "$GITHUB_OUTPUT"
19-
make test-gha >> "$GITHUB_OUTPUT"
20-
echo "EOF" >> "$GITHUB_OUTPUT"
18+
echo "coverage=<<EOF" >> $GITHUB_OUTPUT
19+
make test-gha >> $GITHUB_OUTPUT
20+
echo "EOF" >> $GITHUB_OUTPUT
2121
2222
- uses: actions/github-script@v7
2323
with:

0 commit comments

Comments
 (0)