Skip to content

Commit 16c6cc3

Browse files
committed
fix
1 parent 35c886c commit 16c6cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
comment-id: ${{ steps.fc.outputs.comment-id }}
5656
body: |
5757
```
58-
$(echo "${{ fromJSON(steps.coverage.outputs.report) }}" | sed '${/^$/d;}')
58+
${{ fromJSON(steps.coverage.outputs.report) }}
5959
```
6060
edit-mode: replace

0 commit comments

Comments
 (0)