Skip to content

Commit 8c651c4

Browse files
committed
test
1 parent 4873b7e commit 8c651c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ jobs:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
issue-number: ${{ env.pull_request_id }}
5858
comment-id: ${{ steps.fc.outputs.comment-id }}
59-
body: '```\n${{ fromJSON(steps.coverage.outputs.report) }}\n```'
59+
body: |
60+
'```
61+
${{ fromJSON(steps.coverage.outputs.report) }}
62+
```'
6063
edit-mode: replace

0 commit comments

Comments
 (0)