amondnet / vercel-action

This action make a deployment with github actions instead of Vercel builder.
https://vercel.com/docs/cli
MIT License
619 stars 95 forks source link

Expose the generated Vercel deployment url even when using the alias domains option #257

Open dkokotov opened 2 months ago

dkokotov commented 2 months ago

Currently, if the alias-domains param is used, the preview-url output is set to the first of the alias domains. As a result, there is no way to access the generated url for the deployment.

Sometimes it's useful to have this url for other operations after the deployment has completed. It would be great to have it available as an output of the action (eg as deployment-url).