Skip to content

Commit e0acc8c

Browse files
committed
fix(debug): debug harder
1 parent 3065bf5 commit e0acc8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function installGitHubReleaseBinary(
7777
const restoreCache = await cache.restoreCache(cachePaths, cacheKey);
7878

7979
// DEBUG:
80-
console.log({ restoreCache });
80+
core.warning(`Restore cache: ${restoreCache}`);
8181

8282
// If unable to restore from the cache, download the binary from GitHub
8383
if (restoreCache === undefined) {

0 commit comments

Comments
 (0)