Skip to content

Commit

Permalink
20240117D
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jan 17, 2024
1 parent 139dd4f commit a3ba315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

### `sudo`

`<Boolean = False>` Whether to execute this action in sudo mode on non-Windows environment. This must set to `True` in order to able install for all users on non-Windows environment (i.e.: when [input `scope`](#scope) is `"AllUsers"`).
`<Boolean = False>` Whether to execute in sudo mode on non-Windows environment. This must set to `True` in order to able install for all users on non-Windows environment (i.e.: when [input `scope`](#scope) is `"AllUsers"`).

### `version`

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

### `keepsetting`

`<Boolean = True>` Whether to keep the setting that modified by this action.
`<Boolean = False>` Whether to keep the setting that modified.

## 🧩 Output

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
keepsetting:
description: "{Boolean} Whether to keep the setting that modified."
required: false
default: "True"
default: "False"
outputs:
path:
description: "{String | Null} Path of the installation."
Expand Down

0 comments on commit a3ba315

Please sign in to comment.