kamilchodola/Wait for Workflow Action
Waits for a specified workflow to complete before proceeding
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token to access the repository | yes | — |
| workflow_id | ID of the workflow to wait for | no | — |
| run_id | If provided will wait for workflow run with specified id | no | — |
| max_wait_minutes | Maximum time script will wait to workflow run to be found in minutes | no | 5 |
| interval | Interval in seconds which will be used for GitHub API calls | no | 10 |
| timeout | Maximum time script will wait to workflow run to be finished | no | 30 |
| org_name | GitHub organization name | yes | — |
| repo_name | GitHub repository name | yes | — |
| ref | Branch reference (if empty, ref selected for trigger would be taken) | no | "" |
Outputs
no outputs