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.
1 parent 4873b7e commit 8c651c4Copy full SHA for 8c651c4
.github/workflows/test.yml
@@ -56,5 +56,8 @@ jobs:
56
token: ${{ secrets.GITHUB_TOKEN }}
57
issue-number: ${{ env.pull_request_id }}
58
comment-id: ${{ steps.fc.outputs.comment-id }}
59
- body: '```\n${{ fromJSON(steps.coverage.outputs.report) }}\n```'
+ body: |
60
+ '```
61
+ ${{ fromJSON(steps.coverage.outputs.report) }}
62
+ ```'
63
edit-mode: replace
0 commit comments