Skip to content

Commit 7569f55

Browse files
Set completed status
1 parent 9f7c8c2 commit 7569f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
-H "Authorization: Bearer $GH_TOKEN"\
2727
-H "X-GitHub-Api-Version: 2022-11-28" \
2828
https://api.github.com/repos/${{ github.repository }}/check-runs \
29-
-d '{"name":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"success","output":{"title":"A Mighty title", "summary":""}}'
29+
-d '{"name":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"completed","output":{"title":"A Mighty title", "summary":""}}'

0 commit comments

Comments
 (0)