avigoldman/Wait For deployments
Waits for all deployments to complete before continuing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub access token. | — | — |
| environment_filter | Regular expression to filter which environments to wait for. | no | — |
| initial_delay | Time to wait before starting checks. | no | 0s |
| check_interval | Time to wait between deployment checks. | no | 30s |
| max_timeout | Time to wait for the deploys to finish. | no | 20m |
Outputs
| name | description |
|---|---|
| deployments | Array containing the deployment environments and URLs. |