diff --git a/src/cache-restore.ts b/src/cache-restore.ts index a1b46233..26ace7b4 100644 --- a/src/cache-restore.ts +++ b/src/cache-restore.ts @@ -43,7 +43,11 @@ export const restoreCache = async ( core.saveState(State.CachePrimaryKey, primaryKey); - const cacheKey = await cache.restoreCache([cachePath], primaryKey, restoreKeys); + const cacheKey = await cache.restoreCache( + [cachePath], + primaryKey, + restoreKeys + ); core.setOutput('cache-hit', Boolean(cacheKey)); if (!cacheKey) {