Skip to content

Commit 6e0ec86

Browse files
Remove returns in data
1 parent fbe8f7e commit 6e0ec86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ jobs:
2828
-H "Authorization: Bearer $GH_TOKEN"\
2929
-H "X-GitHub-Api-Version: 2022-11-28" \
3030
https://api.github.com/repos/${{ github.repository }}/check-runs \
31-
-d '{"name":"Coverage ratio", "head_sha":"${{ github.event.pull_request.head.sha }}",\
32-
"status":"completed", "conclusion":"success",\
33-
"output":{"title":"${{env.COVERAGE}}", "summary":""}}'
31+
-d '{"name":"Coverage ratio", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"completed", "conclusion":"success", "output":{"title":"${{env.COVERAGE}}", "summary":""}}'
3432

0 commit comments

Comments
 (0)