Releases: mskelton/wait-for-vercel-action
Releases · mskelton/wait-for-vercel-action
v1.2.0
Adds two new options to the action:
await-build
- This parameter will wait for the build to finish before returning the URL.
team-id
- The team id that the build is associated with.
Both of these parameters are optional and the defaults have not been changed in this release.
v1.1.1
Switches the url to https since Vercel only supports https
v1.1.0
Convert the VERCEL_TOKEN
environment variable to a token
input param.