jon-bell/List Workflow Runs in Branches
Lists runs of this workflow in other branches specified
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| include_branches | Names of branches to include in the query | yes | main |
| number_runs | Maximum number of workflow runs to return | no | 1 |
| repo | — | no | — |
| workflow_id | Workflow ID to query, defaults to the workflow triggering this action | no | — |
| GITHUB_TOKEN | Pass the GITHUB_TOKEN | yes | — |
Outputs
| name | description |
|---|---|
| workflow_runs | JSON string {someBranch: [ workflowRuns ], someOtherBranch: [ ... ] } |