qoomon/Enhanced Job Context
Get additional job context information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub access token | yes | ${{ github.token }} |
| _job_check_run_id | (Internal) The check run id of the current job | — | ${{ job.check_run_id }} |
Outputs
| name | description |
|---|---|
| run_id | The workflow run id of the current job. |
| run_attempt | The workflow run attempt of the current job. |
| run_number | The workflow run number of the current job. |
| run_html_url | The workflow run HTML url of the current job. |
| job_name | The workflow run job name of the current job. |
| job_check_run_id | The workflow run job check run id of the current job. |
| job_html_url | The workflow run jub HTML url of the current job. |
| environment | The job environment of the current job. |
| environment_html_url | The job environment HTML url of the current job. |
| deployment_id | The deployment id of the current job. |
| deployment_html_url | The deployment HTML url of the current job. |
| runner_name | The runner name of the current job. |
| runner_id | The runner id of the current job. |