Merge branch 'main' into sbt-cache

This commit is contained in:
Florian Meriaux 2022-04-11 09:41:12 +02:00 committed by GitHub
commit c50e6b0385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 65 additions and 56 deletions

2
dist/setup/index.js vendored
View file

@ -18667,9 +18667,11 @@ function restore(id) {
]);
if (matchedKey) {
core.saveState(CACHE_MATCHED_KEY, matchedKey);
core.setOutput('cache-hit', matchedKey === primaryKey);
core.info(`Cache restored from key: ${matchedKey}`);
}
else {
core.setOutput('cache-hit', false);
core.info(`${packageManager.id} cache is not found`);
}
});