{
"check_run_url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"completed_at": "2019-08-08T15:00:00.000Z",
"conclusion": "success",
"head_branch": "main",
"head_sha": "009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d",
"html_url": "https://github.com/github/hello-world/runs/4",
"id": 21,
"labels": [
"self-hosted",
"foo",
"bar"
],
"name": "test-coverage",
"node_id": "MDg6Q2hlY2tSdW40",
"run_attempt": 1,
"run_id": 5,
"run_url": "https://api.github.com/repos/github/hello-world/actions/runs/5",
"runner_group_id": 2,
"runner_group_name": "my runner group",
"runner_id": 1,
"runner_name": "my runner",
"started_at": "2019-08-08T15:00:00.000Z",
"status": "queued",
"steps": [
{
"completed_at": "2019-08-08T15:00:00.000Z",
"conclusion": "success",
"name": "test-coverage",
"number": 1,
"started_at": "2019-08-08T15:00:00.000Z",
"status": "queued"
}
],
"url": "https://api.github.com/repos/github/hello-world/actions/jobs/21",
"workflow_name": "Build"
}