Add 'cache-hit' as output

This commit is contained in:
Manuel
2021-09-03 18:34:37 +00:00
committed by GitHub
parent 041bafb672
commit d1178716db
4 changed files with 7 additions and 0 deletions

1
dist/setup/index.js vendored
View File

@ -44674,6 +44674,7 @@ exports.restoreCache = (packageManager, cacheDependencyPath) => __awaiter(void 0
core.debug(`primary key is ${primaryKey}`);
core.saveState(constants_1.State.CachePrimaryKey, primaryKey);
const cacheKey = yield cache.restoreCache([cachePath], primaryKey);
core.setOutput('cache-hit', Boolean(cacheKey));
if (!cacheKey) {
core.info(`${packageManager} cache is not found`);
return;