From cd0b0682204bcf13ad949eb03af0df7354c46642 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 8 Mar 2023 21:36:05 +0100 Subject: [PATCH] Fix a typo --- src/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.ts b/src/setup.ts index dea9c67..cdf17cd 100644 --- a/src/setup.ts +++ b/src/setup.ts @@ -56,7 +56,7 @@ async function setup() { // Expose the sccache path as env. core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`); - // Expose the gha cache related variable to make users eaiser to + // Expose the gha cache related variable to make users easier to // integrate with gha support. core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); core.exportVariable(