texteainc/Vercel Action
This action make a deployment with github actions instead of Vercel builder.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| vercel-token | Vercel token | yes | — |
| vercel-args | — | no | "" |
| github-comment | if you want to comment on pr and commit, set true, default: true | no | true |
| github-token | if you want to comment on pr and commit, set token | no | — |
| github-deployment | if you want to create github deployment, set true, default: false | no | false |
| working-directory | the working directory | no | — |
| vercel-project-id | Vercel CLI 17+, ❗️ The `name` property in vercel.json is deprecated (https://zeit.ink/5F) | no | — |
| vercel-org-id | Vercel CLI 17+, ❗️ The `name` property in vercel.json is deprecated (https://zeit.ink/5F) | no | — |
| vercel-project-name | The name of the project; if absent we'll use the `vercel inspect` command to determine. | no | — |
| scope | If you are work in team scope, you should set this value to your team id. | no | — |
| zeit-token | zeit.co token | yes | — |
| now-args | — | no | "" |
| now-project-id | Vercel CLI 17+, ❗️ The `name` property in vercel.json is deprecated (https://zeit.ink/5F) | no | — |
| now-org-id | Vercel CLI 17+, ❗️ The `name` property in vercel.json is deprecated (https://zeit.ink/5F) | no | — |
| alias-domains | You can assign a domain to this deployment. Please note that this domain must have been configured in the project. You can use pull request number via `{{PR_NUMBER}}` and branch via `{{BRANCH}}` | no | "" |
| wait-for-deploy | If you want to skip build waiting, set it to false. | no | true |
Outputs
| name | description |
|---|---|
| preview-url | deployment preview URL |
| preview-name | deployment preview name |