yarden-zamir/Launch and follow workflow
Launch a workflow and follow it until it completes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | The workflow to run | yes | — |
| token | The GitHub token to use for authentication | yes | ${{ github.token }} |
| inputs | The JSON to pass as input to the workflow | yes | {} |
| ref | The ref to run the workflow from (defaults to main) | no | ${{ github.ref || 'main' }} |
| repo | The repository to run the workflow in | yes | ${{ github.repository }} |
| update_interval | The interval to check for updates to the workflow run | yes | 8 |
| follow_workflow | Whether to follow the workflow run | yes | true |
| redirect_output_to_null | Whether to redirect the output of the workflow run to /dev/null | no | true |
Outputs
no outputs