From 4478bd47024b3eae8425bf7fed57d49db8282d3e Mon Sep 17 00:00:00 2001 From: Jacob Parish <jacob.parish.1@gmail.com> Date: Tue, 25 Mar 2025 10:10:32 -0500 Subject: [PATCH] docs: update wording --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 16d58835..3876806c 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ inputs: cache-dependency-path: description: 'Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies.' corepack: - description: 'Used to specify whether to enable Corepack.' + description: 'Enables Corepack which allows the use of other package managers.' default: 'false' # TODO: add input to control forcing to pull from cloud or dist. # escape valve for someone having issues or needing the absolute latest which isn't cached yet