actions-marketplace-validations/Vercel Wait for Deployment
Wait for a Vercel deployment to finish
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 23, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/tj-actions_vercel-wait@646dae6d6beb59b6f1e7c38c3f36967046083c56 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Vercel token can be obtained from https://vercel.com/account/tokens | yes | — |
| project-id | Vercel project id can be obtained from `https://vercel.com/<team>/<project>/settings` | yes | — |
| team-id | Vercel team id can be obtained from `https://vercel.com/teams/<team>/settings` | no | — |
| timeout | Timeout in seconds | no | 600 |
| delay | Delay in seconds | no | 5 |
| sha | The commit sha to wait for | yes | — |
Outputs
| name | description |
|---|---|
| deployment-id | The deployment id |
| deployment-url | The deployment url |
| deployment-state | The deployment state |
| deployment-alias-error | The deployment alias error |