actions-marketplace-validations/Await for Vercel deployment
Awaits for a Vercel deployment to be ready
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deployment-url | Url you want to wait for | yes | — |
| timeout | Duration (in seconds) to wait for a terminal deployment status | no | 10 |
| poll-interval | Duration (in seconds) to wait in between polled Vercel API requests | no | 1 |
Outputs
| name | description |
|---|---|
| deploymentDetails | Forwarded Vercel API response - See https://vercel.com/docs/api#endpoints/deployments/get-a-single-deployment/response-parameters |