Fix format-check

pull/195/head
Carlos Guerrero 5 years ago
parent 02ff5dd1b6
commit f6f2026789

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

Loading…
Cancel
Save