From 02ff5dd1b65d95cb8e4811e4ead20857950f4cab Mon Sep 17 00:00:00 2001 From: Carlos Guerrero Date: Fri, 21 Feb 2020 22:11:14 +0000 Subject: [PATCH] Small message change Remove dot that generates confusion in wether that's part of the key or not --- src/restore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }