Rebuild action with some small changes.

Changes were applied to some debug messages.
This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-02-22 12:01:12 +03:00
parent 8dd60badf6
commit d450effe85
4 changed files with 2 additions and 4 deletions

2
dist/setup/index.js vendored
View file

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