vercel-action icon indicating copy to clipboard operation
vercel-action copied to clipboard

This action make a deployment with github actions instead of Vercel builder.

Results 109 vercel-action issues
Sort by recently updated
recently updated
newest added

The ["Inputs"](https://github.com/amondnet/vercel-action#inputs) section of the README needs to be updated with the following info: 1. Broken links for the description of `vercel-project-id` & `vercel-org-id` entries in the table should be...

Were seeing our deploys periodically timeout in Github, but succeed in vercel. As a result, the deployment version for our staging or production app is not updated. Any ideas what...

Type: Bug
good first issue

seeing this with the debug logs, so I decided to copy the command into my cli, minus the token using local auth, and it complained about `node` and I loked,...

would be really handy to have the build log inside the GitHub comment (if the build fails)' could be hidden inside a detail box like so: Build Log ``` 09:47:25.910...

I'm getting this weird error, I'm wondering if anyone else has seen this? - Deploying ***/vsb-website Vercel CLI 23.0.0 Vercel CLI 23.0.0 - Deploying ***/vsb-website - Deploying ***/vsb-website Error! request...

I am getting a `Validation Failed` error, with message `commit_id has been locked` when running the action by push against specific branches. ![image](https://user-images.githubusercontent.com/1935258/114254326-4e95c580-994a-11eb-992b-b2663f9b0e34.png) I'm pretty certain that this is because...

Hey @amondnet ! I love your action and it has inspired me to create one of my own. If you have the same need that I will explain, I could...

Thank you for providing this action, it's exactly what I was looking for. I noticed that with the latest vercel CLI (21.0.1) you need to pass the `--confirm` arg in...

The `commentBody` for both the `createCommentOnCommit` & `createCommentOnPullRequest` functions are the same. Both contain: https://github.com/amondnet/vercel-action/blob/16ca781ce90868059cc060489903cc8c7ca1bf79/dist/index.js#L24351 https://github.com/amondnet/vercel-action/blob/16ca781ce90868059cc060489903cc8c7ca1bf79/dist/index.js#L24395 Should the `commentBody` for `createCommentOnCommit` contain this line?

Status: Proposal

### Description Upon execution of `/usr/local/bin/npx vercel -t ...` Preview/Production URLs are currently exposed in the deploy logs. This may not always be desirable in public repos. ``` Vercel CLI...

good first issue