From ea23797d9b777a79b4d86171df5a3de44a500d7f Mon Sep 17 00:00:00 2001 From: cconrad <584491+cconrad@users.noreply.github.com> Date: Sun, 22 Jan 2023 09:39:27 +0100 Subject: [PATCH] Add `NETLIFY_DEPLOY_TO_PROD` to "Inputs" table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f8bf6..f1590e5 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ The inputs this action uses are: | `NETLIFY_AUTH_TOKEN` | `true` | N/A | The token needed to deploy your site ([generate here](https://app.netlify.com/user/applications#personal-access-tokens))| | `NETLIFY_SITE_ID` | `true` | N/A | The site to where deploy your site (get it from the API ID on your Site Settings) | | `NETLIFY_DEPLOY_MESSAGE` | `false` | '' | An optional deploy message | +| `NETLIFY_DEPLOY_TO_PROD` | `false` | `false` | Should the site be deployed to production? | | `build_directory` | `false` | `'build'` | The directory where your files are built | | `functions_directory` | `false` | N/A | The (optional) directory where your Netlify functions are stored | | `install_command` | `false` | Auto-detected | The (optional) command to install dependencies. Runs `yarn` when `yarn.lock` is found; `npm i` otherwise |