Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Expose deployment inspector url #256

Open
masonmcelvain opened this issue Apr 24, 2024 · 0 comments
Open

Feature: Expose deployment inspector url #256

masonmcelvain opened this issue Apr 24, 2024 · 0 comments

Comments

@masonmcelvain
Copy link

Problem

When deploying to Vercel, it can be useful to inspect the deployment (especially if the deploy fails). The action does not expose the inspector url, so users of the action must use vercel inspect <preview-url> themselves to get the deployment url.

deploy-to-vercel-action exposes this feature.

https://github.com/BetaHuhn/deploy-to-vercel-action/blob/643bc80032ba62ca41d1a9aaba7b38b51c2b8646/src/vercel.js#L96-L107
https://github.com/BetaHuhn/deploy-to-vercel-action/blob/643bc80032ba62ca41d1a9aaba7b38b51c2b8646/src/index.js#L164-L167

Request

Please expose the inspector url as an additional action output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant