timescale/workflow-dispatch-action
Dispatch a workflow action and wait for it to finish
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| owner | The owner of the repo containing the workflow to dispatch | yes | — |
| repo | The name of the repo containing the workflow to dispatch | yes | — |
| workflow_id | The ID of the workflow to dispatch | yes | — |
| ref | The git reference for the workflow to dispatch | no | ${{ github.ref }} |
| inputs | JSONify string of inputs to pass to the workflow | no | {} |
Outputs
no outputs