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 7569f55 commit 5d6b37fCopy full SHA for 5d6b37f
.github/workflows/coverage.yml
@@ -26,4 +26,4 @@ jobs:
26
-H "Authorization: Bearer $GH_TOKEN"\
27
-H "X-GitHub-Api-Version: 2022-11-28" \
28
https://api.github.com/repos/${{ github.repository }}/check-runs \
29
- -d '{"name":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"completed","output":{"title":"A Mighty title", "summary":""}}'
+ -d '{"name":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"completed", "conclusion":"success","output":{"title":"A Mighty title", "summary":""}}'
0 commit comments