devinpower/Run Workflow and Yield
Runs a workflow in a repository and waits until it finishes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Organization or account that owns the repository | yes | — |
| repository | Repository name | yes | — |
| branch | Branch (or tag) of the repository. Ex: "main" | yes | — |
| workflow | Workflow name in the form of "workflow.yml" | yes | — |
| access-token | Access token to repository; must have read and write privileges for Actions | yes | — |
| timeout | Timeout in minutes, default 30 | yes | 30 |
| poll-interval | How often to poll in seconds, default 10 | yes | 10 |
| enable-logging | Enables logging of progress, default true | yes | true |
Outputs
no outputs