From d23c38fad3e837961b39af2b98b046694927aca4 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 4 May 2023 08:25:28 -0600 Subject: [PATCH] Remove incorrect comment --- src/cache-utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cache-utils.ts b/src/cache-utils.ts index 6445ffd..f43fc85 100644 --- a/src/cache-utils.ts +++ b/src/cache-utils.ts @@ -115,7 +115,6 @@ function getCacheKeyEnvironment(): string { } function getCacheKeyJob(): string { - // Prefix can be used to force change all cache keys (defaults to cache protocol version) return process.env[CACHE_KEY_JOB_VAR] || github.context.job }