veyronsakai/Get Job Summary
Get GitHub Actions job summary URL and other job information
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The owner and repository name (e.g., owner/repo) | no | ${{ github.repository }} |
| server_url | The URL of the GitHub server | no | ${{ github.server_url }} |
| workflow | The name or ID of the workflow | no | ${{ github.workflow }} |
| run_id | The ID of the workflow run | no | ${{ github.run_id }} |
| run_attempt | The attempt number of the workflow run | no | ${{ github.run_attempt }} |
| job | The job name | no | ${{ github.job }} |
| github_token | GitHub token for API access | no | ${{ github.token }} |
| include_job_summary_anchor | Include anchor to specific job in job_summary_url (e.g., #summary-12345) | no | false |
Outputs
| name | description |
|---|---|
| run_url | The URL of the workflow run |
| job_id | The ID of the job |
| job_name | The name of the job |
| job_url | The URL of the job |
| job_summary_url | The URL of the job summary |
| job_summary_raw_url | The raw URL of the job summary |
| job_status | The status of the job |
| job_conclusion | The conclusion of the job |
| job_started_at | When the job started |
| job_completed_at | When the job completed |
| workflow_name | The name of the workflow |
| workflow_path | The path of the workflow file |
| run_number | The run number of the workflow |