fslabs/workflow-dispatch-and-wait
Action to dispatch and workflow and wait for its result
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max_retry | Number of retries for API calls | no | 7 |
| interval | Interval between retries (in seconds) | no | 60 |
| github_token | GitHub token for authentication | yes | — |
| workflow_owner | Owner of the workflow to dispatch | no | — |
| workflow_repo | Repository of the workflow exists to dispatch | yes | — |
| workflow_id | ID of the workflow to be triggered (Usually the file name, e.g. `release.yaml`) | yes | — |
| workflow_inputs | JSON encoded inputs for the triggered workflow | no | {} |
| dispatch_name | Name for the workflow run, if not set, the latest run will be fetch | no | — |
| artifact_name | Name for the artifact that the target workflow will generate | no | — |
| download_path | Where to download the artifact to | no | — |
Outputs
| name | description |
|---|---|
| time | Your output description here |