ipdxco/Job Summary URL

Calculates the job summary URL and other job related URLs which are not available by default

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe owner and repository name. Defaults to `GITHUB_REPOSITORY`.yes${{ github.repository }}
server_urlThe URL of the GitHub server. Defaults to `GITHUB_SERVER_URL`.yes${{ github.server_url }}
workflowThe name or the id of the workflow. Defaults to `GITHUB_WORKFLOW`.yes${{ github.workflow }}
run_idThe id of the workflow run. Or `latest`. Defaults to `GITHUB_RUN_ID`.yes${{ github.run_id }}
run_attemptThe number of the attempt of the workflow run. Or `latest`. Defaults to `GITHUB_RUN_ATTEMPT`.yes${{ github.run_attempt }}
jobA unique string for the workflow run job. Or `latest`. Defaults to `latest`.yes${{ github.job }}
namedescription
run_urlThe URL of the run
job_urlThe URL of the job
job_summary_urlThe URL of the job summary
job_summary_raw_urlThe URL of the raw job summary