GitHub Actions · Schema
WorkflowRun
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The ID of the workflow run. |
| name | string | The name of the workflow run. |
| node_id | string | |
| head_branch | string | |
| head_sha | string | The SHA of the head commit that points to the version of the workflow being run. |
| path | string | |
| display_title | string | The title of the workflow run displayed in the UI. |
| run_number | integer | The auto incrementing run number for the workflow run. |
| run_attempt | integer | Attempt number of the run, 1 for first attempt and higher if the workflow was re-run. |
| event | string | The event that triggered the workflow run. |
| status | string | |
| conclusion | string | |
| workflow_id | integer | |
| url | string | |
| html_url | string | |
| created_at | string | |
| updated_at | string | |
| run_started_at | string | |
| jobs_url | string | |
| logs_url | string | |
| artifacts_url | string | |
| cancel_url | string | |
| rerun_url | string | |
| workflow_url | string |