amondnet/vercel-action

Deploy is failing

shunkakinoki opened this issue · 6 comments

Thanks for the awesome action!
seriously one of my most beloved github actions out there.

The deploy started failing about several hours ago, perhaps an API change on vercel's part?

Error! An unexpected error occurred in inspect: TypeError: Cannot read property 'split' of undefined

Having the same issue when deploying my branch deploy

I'm getting the same error
image

but the weird part is that the deployment in vercel finishes succesfully.

image

Same here:

image

It seems to be this line that's causing the issue, as it calls split on alias-domains unconditionally even though alias-domains is intended to be optional. never mind, missing values return empty strings for getInput.

closed by #29

thanks for this :)
I noticed that using the action param vercel-project-name solved the issue