From 8ebd5a4380365bfddf779214044916421f340050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Gom=C3=A8s?= Date: Tue, 23 Apr 2024 11:04:15 +0200 Subject: [PATCH] chore: fix a typo in a comment --- src/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.ts b/src/setup.ts index c94ffa3..2c7a537 100644 --- a/src/setup.ts +++ b/src/setup.ts @@ -89,7 +89,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 easier to + // Expose the gha cache related variable to make it easier for users to // integrate with gha support. core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); core.exportVariable(