1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Fix format-check

This commit is contained in:
Carlos Guerrero 2020-02-25 16:28:49 +00:00
parent 02ff5dd1b6
commit f6f2026789

View file

@ -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;
}