Small message change

Remove dot that generates confusion in wether that's part of the key or not
pull/195/head
Carlos Guerrero 5 years ago committed by GitHub
parent e8230b28a9
commit 02ff5dd1b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ async function run(): Promise<void> {
const cacheEntry = await cacheHttpClient.getCacheEntry(keys); const cacheEntry = await cacheHttpClient.getCacheEntry(keys);
if (!cacheEntry?.archiveLocation) { if (!cacheEntry?.archiveLocation) {
core.info( core.info(
`Cache not found for input keys: ${keys.join(", ")}.` `Cache not found for input keys: ${keys.join(", ")}`
); );
return; return;
} }

Loading…
Cancel
Save