daleyjem/Fetch GitHub job_id
GitHub Action to fetch the current workflow run's job_id
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN to use GitHub API v3 | yes | — |
| job_name | job_name of tartget workflow jobs | yes | — |
| owner | target GitHub owner/org | no | — |
| repo | target GitHub repository | no | — |
| run_id | run_id of target workflow run | no | — |
Outputs
| name | description |
|---|---|
| job_id | job_id of target workflow jobs |
| html_url | html_url of target workflow jobs |