amondnet / vercel-action

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

Feature Request: Expose Deployment Url if alias-domains is provided #258

Open spencer-rafada opened 4 months ago

spencer-rafada commented 4 months ago

Currently, it sets the alias domains as preview-url outputs when alias-domain is provided. Would be useful if the generated deployment url is exposed.

It can be providing another outputs or just return the generated url as preview-url since alias-domains is hard coded as input already.