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

Hi there, First - appreciate this action, in general we find it super helpful. We've been suffering from cert creation issues for some time, so I was **super** excited to...

I tried using 'amondnet/vercel-action@2b2891b2a25aacf731bced4cff6feb84007b1458' . 2b2891b2a25aacf731bced4cff6feb84007b1458 is the latest commit for the moment and `@action/core` version is `1.10.0` in this commit. However, I always get the github warning about the...

link: https://vercel.com/docs/project-configuration#git-configuration/github-enabled Instead, `github.deploymentEnabled` must be used.

Hello We are doing a POC with vercel and using this action since we do not want to get billed per committer in a GitHub repo by vercel. My question...

@amondnet Since we switched to building inside the github action, it seems that `.vercel/output/config.json` is not picked up by vercel anymore. If we add a custom `vercel.json` file it will...

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...

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...

## 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 following excerpt is from a workflow that is triggered by a button click in my cms that sends a `repository_dispatch` event with a `config-environment` prop to my repo. Therefore,...