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 0424e46 commit dbcb39cCopy full SHA for dbcb39c
.github/workflows/coverage.yml
@@ -29,4 +29,4 @@ jobs:
29
-H "Authorization: Bearer $GH_TOKEN"\
30
-H "X-GitHub-Api-Version: 2022-11-28" \
31
https://api.github.com/repos/${{ github.repository }}/check-runs \
32
- -d '{"name":"A Mighty Test", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"in_progress","output":{"title":"A Mighty Summary"}}'
+ -d '{"name":"A Mighty Test", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"in_progress","output":{"title":"A Mighty title", "summary":""}}'
0 commit comments