qoomon/Enhanced Job Context

Get additional job context information

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA GitHub access tokenyes${{ github.token }}
_job_check_run_id(Internal) The check run id of the current job${{ job.check_run_id }}
namedescription
run_idThe workflow run id of the current job.
run_attemptThe workflow run attempt of the current job.
run_numberThe workflow run number of the current job.
run_html_urlThe workflow run HTML url of the current job.
job_nameThe workflow run job name of the current job.
job_check_run_idThe workflow run job check run id of the current job.
job_html_urlThe workflow run jub HTML url of the current job.
environmentThe job environment of the current job.
environment_html_urlThe job environment HTML url of the current job.
deployment_idThe deployment id of the current job.
deployment_html_urlThe deployment HTML url of the current job.
runner_nameThe runner name of the current job.
runner_idThe runner id of the current job.