From 04f90cfe76b449aa5566af4f9a40bd37780a5fa4 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Thu, 23 Oct 2025 17:40:26 -0600 Subject: [PATCH] Fix typo in action.yml for mirror description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 73c766bc..03fab8f9 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,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.' mirror: - description: 'Used to specify an alternative mirror to downlooad Node.js binaries from' + description: 'Used to specify an alternative mirror to download Node.js binaries from' mirror-token: description: 'The token used as Authorization header when fetching from the mirror' # TODO: add input to control forcing to pull from cloud or dist.