Job
objectInformation of a job execution in a workflow run
The id of the job.
Example:21
The id of the associated workflow run.
Example:5
Example:https://api.github.com/repos/github/hello-world/actions/runs/5
Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.
Example:1
Example:MDg6Q2hlY2tSdW40
The SHA of the commit that is being run.
Example:009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d
Example:https://api.github.com/repos/github/hello-world/actions/jobs/21
Example:https://github.com/github/hello-world/runs/4
The phase of the lifecycle that the job is currently in.
Allowed values:queuedin_progresscompleted
Example:queued
The outcome of the job.
Example:success
The time that the job started, in ISO 8601 format.
Example:2019-08-08T08:00:00-07:00
The time that the job finished, in ISO 8601 format.
Example:2019-08-08T08:00:00-07:00
The name of the job.
Example:test-coverage
Steps in this job.
Show Child Parameters
Example:https://api.github.com/repos/github/hello-world/check-runs/4
actions-enabled
booleanWhether GitHub Actions is enabled on the repository.
actions-repository-permissions
objectWhether GitHub Actions is enabled on the repository.
The permissions policy that controls the actions that are allowed to run. Can be one of: all
, local_only
, or selected
.
Allowed values:alllocal_onlyselected
The API URL to use to get or set the actions that are allowed to run, when allowed_actions
is set to selected
.
Pull Request Minimal
objectShow Child Parameters
Show Child Parameters
Simple Commit
objectSimple Commit