diff --git a/src/restore.ts b/src/restore.ts index 4911e7e..1aeff90 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -62,7 +62,7 @@ async function run(): Promise { const cacheEntry = await cacheHttpClient.getCacheEntry(keys); if (!cacheEntry?.archiveLocation) { core.info( - `Cache not found for input keys: ${keys.join(", ")}.` + `Cache not found for input keys: ${keys.join(", ")}` ); return; }