khongchai/latest-successful-job-run
Return the latest successful job run SHA for a given job name within a workflow of the current branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| job | The name of the job to check for. | no | — |
| workflow_id | The workflow id or the file name of the workflow to check for. | no | — |
| token | The GitHub token to use for authentication. | yes | — |
Outputs
| name | description |
|---|---|
| sha | The SHA of the previous successful commit in which the specified job was successful |