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

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

![image](https://github.com/amondnet/vercel-action/assets/75841640/cb2f067c-031c-427d-8cf9-f35aaa8f3d42) anyone can help me? i got this error when try run action this is my yaml file ``` name: deploy on: pull_request: branches: - qa jobs: deploy: runs-on: ubuntu-latest...

how to assign two alias the domains at once example: `alias-domains: "www.example1.com,www.example2.com"` Thx

https://github.com/amondnet/vercel-action/blob/8433ae13f35aa62d68184a8fc369ce6b0143b0a3/index.js#L191 I have not changed any vercel configuration for a while but today i have started to get the following error on my node16 deployments. Here are the error message...

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

1. Set a repo secret that includes spaces (eg `-----BEGIN PRIVATE KEY----- …`) 2. Reference it in the Github Actions Workflow. ```yml - uses: amondnet/vercel-action@v25 with: vercel-token: ${{ secrets.VERCEL_TOKEN }}...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.4 and updates ancestor dependency [axios](https://github.com/axios/axios). These dependencies need to be updated together. Updates `follow-redirects` from 1.5.10 to 1.15.4 Commits 6585820 Release version 1.15.4 of the npm...

dependencies

I was really confused when the action was looking for a zeit-token. Realised it was the docs that were out of date and the latest version of the action is...