From 8de554edbf0b50af8180722bf8799966ada8923f Mon Sep 17 00:00:00 2001 From: Gonzalo Pena-Castellanos Date: Fri, 11 Nov 2022 20:20:16 -0500 Subject: [PATCH] Fix default in action docs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d7e4ff20..a244e6f0 100644 --- a/action.yml +++ b/action.yml @@ -145,7 +145,7 @@ inputs: 'Conda configuration. When "true", conda updates itself any time a user updates or installs a package in the base environment. When "false", conda updates itself only if the user manually issues a conda update command. - The default is "true". This setting always overrides if set to "true" or + The default is "false". This setting always overrides if set to "true" or "false". If you want to use the "condarc-file" setting pass and empty string. See https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/