-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: add prebuilt option #302
Conversation
is it possible to merge this? I want to use the |
I hope @BetaHuhn can merge this soon, but if you need it right now, you can use my branch in your workflow: uses: Merott/deploy-to-vercel-action@prebuilt |
@BetaHuhn whats the deal with this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Using the VScode GitHub Actions extension is showing the new ARG with an error of "Invalid action input 'PREBUILT'" |
Can be fixed by |
* feat: add prebuilt option * add PREBUILT option to the metadata file
🎉 This PR is included in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Add
PREBUILT
config to pass--prebuilt
tovercel deploy
and deploy a prebuilt Project.It's optional and
false
by default.