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