mkuznyetsov/Trigger Workflow
This action is used to trigger workflows by given ID. It also waits for its successful completion.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the repository where the workflow is located. | yes | — |
| repo | The name of the repository where the workflow is located. | yes | — |
| wait_workflow | If true, the action will wait until the workflow is finished. | yes | — |
| wait_interval | A period of time in seconds, used to specify interval at which workflow run status is queried | yes | — |
| wait_timeout | A period of time in seconds, used to specify interval at which workflow run status is queried | yes | — |
| workflow_id | The ID of workflow to trigger. If not set, then workflow name must be provided | no | — |
| workflow_name | The name of workflow to trigger. If not set, then workflow ID must be provided | no | — |
| version | A version of project to release | no | — |
| github_token | A GitHub token | no | — |
Outputs
no outputs