step-security/GitHub Actions job_id parser
GitHub Action to get 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 | no | ${{ github.token }} |
| repository | target GitHub repository | no | ${{ github.repository }} |
| run_id | run_id of target workflow run | no | ${{ github.run_id }} |
| job_name | job_name of tartget workflow jobs | yes | — |
| per_page | Results per page (max 100) of target workflow run | no | 30 |
Outputs
| name | description |
|---|---|
| job_id | job_id of target workflow jobs |
| html_url | html_url of target workflow jobs |