Deploy is failing
shunkakinoki opened this issue · 6 comments
shunkakinoki commented
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
johnmurphy01 commented
Having the same issue when deploying my branch deploy
facosta0787 commented
lukasholzer commented
arpanlaha commented
It seems to be this line that's causing the issue, as it calls split on never mind, missing values return empty strings for alias-domains
unconditionally even though alias-domains
is intended to be optional.getInput
.
holylander commented
thanks for this :)
I noticed that using the action param vercel-project-name
solved the issue