gntouts/Wait for External Workflow
Waits for the completion of an external Workflow called by current Workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| parent_run_id | The run ID of the Workflow run which called the external Workflow | yes | — |
| target_repo | The repository that runs the external Workflow | yes | — |
| github_token | A Github Token with access to the external Workflow | yes | — |
| timeout | The amount of minutes this Action will wait before failing | no | 30 |
Outputs
| name | description |
|---|---|
| child_run_id | The run ID of the external Workflow |
| result | The status of the external Workflow (success | failure) |