actions-marketplace-validations/Wait for deployment with SHA
Block until a deployment is finished for the pushed commit, and get the URL for running any further tests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Your GitHub access token. | yes | — |
| environment | The deployment environment to wait for. | yes | — |
| sha | The SHA of the commit being deployed. | yes | — |
| timeout | The number of seconds after which to fail if no deployment is found. | — | 30 |
| interval | The number of seconds to wait between repeated checks for deployments. | — | 5 |
Outputs
| name | description |
|---|---|
| url | The deployment URL |
| id | The GitHub deployment id |