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 fdd651e commit a05d1f0Copy full SHA for a05d1f0
.github/workflows/test.yml
@@ -48,6 +48,5 @@ jobs:
48
with:
49
token: ${{ secrets.GITHUB_TOKEN }}
50
issue-number: ${{ env.pull_request_id }}
51
- comment-id: ${{ steps.fc.outputs.comment-id }}
52
- body: ${{ fromJSON(steps.coverage.outputs.report) }}
+ body: '```${{ fromJSON(steps.coverage.outputs.report) }}```'
53
edit-mode: replace
0 commit comments