Minor fix

This commit is contained in:
Vladimir Safonkin 2022-07-01 09:25:30 +02:00 committed by redanthrax
parent fd00663c05
commit 58eb98df50

View file

@ -59,7 +59,7 @@ const cachePackages = async () => {
} }
const cacheId = await cache.saveCache(cachePaths, primaryKey); const cacheId = await cache.saveCache(cachePaths, primaryKey);
if (cacheId == -1) { if (cacheId === -1) {
return; return;
} }
core.info(`Cache saved with the key: ${primaryKey}`); core.info(`Cache saved with the key: ${primaryKey}`);