Skip to content

Commit

Permalink
docs: table
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed May 18, 2020
1 parent b9d96a2 commit bd8eace
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ This action make a Vercel deployment with github actions.

| Name | Required | Default | Description |
|-------------------|:--------:|---------|---------------------------------------------------------------------------------------------------|
| vercel-token | [x] | | Vercel token. |
| github-comment | [ ] | true | if you don't want to comment on pull request. |
| github-token | [ ] | | if you want to comment on pull request. |
| vercel-args | [ ] | | This is optional args for `vercel` cli. Example: `--prod` |
| working-directory | [ ] | | the working directory |
| vercel-token | [x] | | Vercel token. see https://vercel.com/account/tokens |
| github-comment | [ ] | true | if you don't want to comment on pull request. |
| github-token | [ ] | | if you want to comment on pull request. `${{ secrets.GITHUB_TOKEN }}` |
| vercel-project-id | [x] | | ❗Vercel CLI 17+,The `name` property in vercel.json is deprecated (https://zeit.ink/5F) |
| vercel-org-id | [x] | | ❗Vercel CLI 17+,The `name` property in vercel.json is deprecated (https://zeit.ink/5F) |
| vercel-args | [ ] | | This is optional args for `vercel` cli. Example: `--prod` |
| working-directory | [ ] | | the working directory |
| scope | [ ] | | If you are working in a team scope, you should set this value to your `team ID`.

## Outputs
Expand Down

0 comments on commit bd8eace

Please sign in to comment.