You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/reference/workflows-and-actions/contexts.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,9 @@ The `job` context contains information about the currently running job.
364
364
| Property name | Type | Description |
365
365
|---------------|------|-------------|
366
366
| `job` | `object` | This context changes for each job in a workflow run. You can access this context from any step in a job. This object contains all the properties listed below. |
367
+
| {% ifversion fpt or ghec %} |
368
+
| `job.check_run_id` | `number` | The check run ID of the current job. |
369
+
| {% endif %} |
367
370
| `job.container` | `object` | Information about the job's container. For more information about containers, see [AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer). |
368
371
| `job.container.id` | `string` | The ID of the container. |
369
372
| `job.container.network` | `string` | The ID of the container network. The runner creates the network used by all containers in a job. |
0 commit comments