diff --git a/src/restoreImpl.ts b/src/restoreImpl.ts index 8fcd48d2..76a30935 100644 --- a/src/restoreImpl.ts +++ b/src/restoreImpl.ts @@ -35,6 +35,8 @@ async function restoreImpl( const failOnCacheMiss = utils.getInputAsBool(Inputs.FailOnCacheMiss); const lookupOnly = utils.getInputAsBool(Inputs.LookupOnly); + core.info(`::group::Logs while restoring`); + let cacheKey = await utils.getCacheKey( cachePaths, primaryKey, @@ -43,6 +45,8 @@ async function restoreImpl( enableCrossOsArchive ); + core.info(`::endgroup::`); + const restoreKeyHit = utils.getInputAsBool(Inputs.RestoreKeyHit); const restoreKey = await utils.getCacheKey(