Build action with cache-hit output

This commit is contained in:
dhvcc 2022-04-03 02:47:14 +03:00
parent c933f3c50e
commit fa50ad5388
3 changed files with 25 additions and 14 deletions

View file

@ -54,6 +54,7 @@ abstract class CacheDistributor {
} else {
core.info(`${this.packageManager} cache is not found`);
}
core.info('cache was hit');
core.setOutput('cache-hit', Boolean(matchedKey));
}
}