tonyxiang8787/Find Workflow Run ID
Finds the run-id of a workflow by workflow name and commit SHA.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow_name | Name of the workflow to search for (case-sensitive) | yes | — |
| sha | Commit SHA (defaults to github.sha) | no | — |
Outputs
| name | description |
|---|---|
| run_id | The run-id for the successful workflow run matching name and SHA |