veyronsakai/Get Job Summary

Get GitHub Actions job summary URL and other job information

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe owner and repository name (e.g., owner/repo)no${{ github.repository }}
server_urlThe URL of the GitHub serverno${{ github.server_url }}
workflowThe name or ID of the workflowno${{ github.workflow }}
run_idThe ID of the workflow runno${{ github.run_id }}
run_attemptThe attempt number of the workflow runno${{ github.run_attempt }}
jobThe job nameno${{ github.job }}
github_tokenGitHub token for API accessno${{ github.token }}
include_job_summary_anchorInclude anchor to specific job in job_summary_url (e.g., #summary-12345)nofalse
namedescription
run_urlThe URL of the workflow run
job_idThe ID of the job
job_nameThe name of the job
job_urlThe URL of the job
job_summary_urlThe URL of the job summary
job_summary_raw_urlThe raw URL of the job summary
job_statusThe status of the job
job_conclusionThe conclusion of the job
job_started_atWhen the job started
job_completed_atWhen the job completed
workflow_nameThe name of the workflow
workflow_pathThe path of the workflow file
run_numberThe run number of the workflow