Chore(lint) cache-restore.ts

This commit is contained in:
Matthijs van der Burgh 2022-11-18 10:40:54 +01:00
parent 49141160ec
commit 7edc3bb90a

View File

@ -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) {