nsc github job describe prints the full details of a single GitHub Actions job, identified by its numeric job ID. The output includes the repository, workflow, job name, status, and timing, along with the runner it executed on — including the instance ID, container name, and runner name.
Pass -o json to get a machine-readable representation. Use nsc github job list to find job IDs.
The job command is also available under its previous name jobs.
Usage
Examples
Describe a job:Arguments
<job-id>
The numeric ID of the job to describe. Use nsc github job list to see available job IDs.Optional Flags
-o, —output string
Output format. Default:plain.
Supported values: plain, json.
Related Topics
- nsc github job list - List GitHub Actions jobs