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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,11 +378,12 @@ The `job` context contains information about the currently running job.
378
378
379
379
### Example contents of the `job` context
380
380
381
-
This example `job` context uses a PostgreSQL service container with mapped ports. If there are no containers or service containers used in a job, the `job` context only contains the `status` property.
381
+
This example `job` context uses a PostgreSQL service container with mapped ports. If there are no containers or service containers used in a job, the `job` context only contains the `status` and `check_run_id` properties.
382
382
383
383
```json
384
384
{
385
385
"status": "success",
386
+
{% ifversion fpt or ghec %}"check_run_id": 51725241954,{% endif %}
0 commit comments