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 35c886c commit 16c6cc3Copy full SHA for 16c6cc3
.github/workflows/test.yml
@@ -55,6 +55,6 @@ jobs:
55
comment-id: ${{ steps.fc.outputs.comment-id }}
56
body: |
57
```
58
- $(echo "${{ fromJSON(steps.coverage.outputs.report) }}" | sed '${/^$/d;}')
+ ${{ fromJSON(steps.coverage.outputs.report) }}
59
60
edit-mode: replace
0 commit comments