plentymarkets/Trigger workflow and wait
Triggers a workflow and wait for it to complete.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to perform requests to the github api with | no | ${{ github.token }} |
| owner | Repository owner | yes | — |
| repo | Repository to start the workflow in | yes | — |
| workflow_id | The ID of the workflow. You can also pass the workflow file name as a string | yes | — |
| ref | Branch to run the workflow from | yes | — |
| interval | Interval (in seconds) to periodically check the workflow status | no | 10 |
| timeout | Timeout after the given amount of seconds. | no | 300 |
| trigger-workflow | Whether to trigger the workflow via worfklow_dispatch event | no | true |
Outputs
no outputs