Skip to content

Commit 9061c0e

Browse files
tpluscodejsmrcaga
authored andcommitted
docs: add new input
1 parent e5a3def commit 9061c0e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@ your workflow file.
3131
3232
The inputs this action uses are:
3333
34-
| Name | Required | Default | Description |
35-
|:----:|:--------:|:-------:|:-----------:|
36-
| `NETLIFY_AUTH_TOKEN` | `true` | N/A | The token needed to deploy your site ([generate here](https://app.netlify.com/user/applications#personal-access-tokens))|
37-
| `NETLIFY_SITE_ID` | `true` | N/A | The site to where deploy your site (get it from the API ID on your Site Settings) |
38-
| `NETLIFY_DEPLOY_MESSAGE` | `false` | '' | An optional deploy message |
39-
| `NETLIFY_DEPLOY_TO_PROD` | `false` | `false` | Should the site be deployed to production? |
40-
| `build_directory` | `false` | `'build'` | The directory where your files are built |
41-
| `functions_directory` | `false` | N/A | The (optional) directory where your Netlify functions are stored |
42-
| `install_command` | `false` | Auto-detected | The (optional) command to install dependencies. Runs `yarn` when `yarn.lock` is found; `npm i` otherwise |
43-
| `build_command` | `false` | `npm run build` | The (optional) command to build static website |
44-
| `deploy_alias` | `false` | '' | (Optional) [Deployed site alias](https://cli.netlify.com/commands/deploy) |
34+
| Name | Required | Default | Description |
35+
|:------------------------:|:--------:|:---------------:|:------------------------------------------------------------------------------------------------------------------------:|
36+
| `NETLIFY_AUTH_TOKEN` | `true` | N/A | The token needed to deploy your site ([generate here](https://app.netlify.com/user/applications#personal-access-tokens)) |
37+
| `NETLIFY_SITE_ID` | `true` | N/A | The site to where deploy your site (get it from the API ID on your Site Settings) |
38+
| `NETLIFY_DEPLOY_MESSAGE` | `false` | '' | An optional deploy message |
39+
| `NETLIFY_DEPLOY_TO_PROD` | `false` | `false` | Should the site be deployed to production? |
40+
| `build_directory` | `false` | `'build'` | The directory where your files are built |
41+
| `functions_directory` | `false` | N/A | The (optional) directory where your Netlify functions are stored |
42+
| `install_command` | `false` | Auto-detected | The (optional) command to install dependencies. Runs `yarn` when `yarn.lock` is found; `npm i` otherwise |
43+
| `build_command` | `false` | `npm run build` | The (optional) command to build static website |
44+
| `deploy_alias` | `false` | '' | (Optional) [Deployed site alias](https://cli.netlify.com/commands/deploy) |
45+
| `monorepo_package` | `false` | '' | (Optional) For monorepos. The name of the package to deploy |
4546

4647

4748
### Outputs

0 commit comments

Comments
 (0)