From a3ba3156907ae0071b446ebee95c52f87c1eb409 Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:24:19 +0800 Subject: [PATCH] 20240117D --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f68d09e..651caa6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ jobs: ### `sudo` -`` 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"`). +`` 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` @@ -67,7 +67,7 @@ jobs: ### `keepsetting` -`` Whether to keep the setting that modified by this action. +`` Whether to keep the setting that modified. ## 🧩 Output diff --git a/action.yml b/action.yml index ee2c2a7..533a959 100644 --- a/action.yml +++ b/action.yml @@ -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."