Skip to content

Commit 230b004

Browse files
author
marcello romani
committed
try publishing code coverage as comment
1 parent 1a1ff73 commit 230b004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- uses: actions/github-script@v7
2323
env:
24-
INPUT_COVERAGE: "{{ steps.test.output.coverage }}"
24+
INPUT_COVERAGE: "${{ steps.test.output.coverage }}"
2525
with:
2626
github-token: ${{secrets.GHA_PRS}}
2727
script: |

0 commit comments

Comments
 (0)