Skip to content

Commit 5ae3b40

Browse files
author
Maxim Lobanov
committed
debug
1 parent 46201bf commit 5ae3b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47570,7 +47570,7 @@ const restoreCache = async (sdkmanager, foundPackage) => {
4757047570
const cacheHitKey = await cache.restoreCache([localPackagePath], cacheKey);
4757147571
let cacheHit = Boolean(cacheHitKey);
4757247572
if (cacheHit && !sdkmanager.isPackageInstalled(foundPackage)) {
47573-
core.debug(" [WARNING] Cache is invalid and contains empty folder. ");
47573+
core.info(" [WARNING] Cache is invalid and contains empty folder. ");
4757447574
cacheHit = false;
4757547575
}
4757647576
core.endGroup();

src/setup-android-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const restoreCache = async(sdkmanager: SDKManager, foundPackage: AndroidPackageI
2121

2222
let cacheHit = Boolean(cacheHitKey);
2323
if (cacheHit && !sdkmanager.isPackageInstalled(foundPackage)) {
24-
core.debug(" [WARNING] Cache is invalid and contains empty folder. ");
24+
core.info(" [WARNING] Cache is invalid and contains empty folder. ");
2525
cacheHit = false;
2626
}
2727
core.endGroup();

0 commit comments

Comments
 (0)