Skip to content

Commit 2d8b1f0

Browse files
authored
Add Actions job.check_run_id expression context (#57502)
1 parent ecfdce7 commit 2d8b1f0

File tree

1 file changed

+3
-0
lines changed
  • content/actions/reference/workflows-and-actions

1 file changed

+3
-0
lines changed

content/actions/reference/workflows-and-actions/contexts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@ The `job` context contains information about the currently running job.
364364
| Property name | Type | Description |
365365
|---------------|------|-------------|
366366
| `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 %} |
367370
| `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). |
368371
| `job.container.id` | `string` | The ID of the container. |
369372
| `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

Comments
 (0)