0
1
Fork 0

Minor fix

This commit is contained in:
Vladimir Safonkin 2022-07-01 09:25:30 +02:00
parent 75be648571
commit 9eecd2d0d7
1 changed files with 1 additions and 1 deletions

View File

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