Skip to content

Commit b206567

Browse files
authored
doc: correct auto_inactive default value (#142)
1 parent 5626e5f commit b206567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ In addition to the [core configuration](#configuration), the following [`inputs`
168168
| `deployment_id` | | identifier for deployment to update (see outputs of [`step: start`](#step-start)) |
169169
| `env_url` | | URL to view deployed environment |
170170
| `override` | `true` | whether to manually mark existing deployments of this environment as inactive |
171-
| `auto_inactive` | `true` | whether to let GitHub handle marking existing deployments of this environment as inactive ([if and only if a new deployment succeeds](https://docs.github.com/en/rest/reference/deployments#inactive-deployments)). |
171+
| `auto_inactive` | `false` | whether to let GitHub handle marking existing deployments of this environment as inactive ([if and only if a new deployment succeeds](https://docs.github.com/en/rest/reference/deployments#inactive-deployments)). |
172172

173173
<details>
174174
<summary>Simple Example</summary>

0 commit comments

Comments
 (0)