Skip to content

Commit

Permalink
try: group logs
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Nov 20, 2023
1 parent d47d5dc commit 17d19d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/restoreImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -43,6 +45,8 @@ async function restoreImpl(
enableCrossOsArchive
);

core.info(`::endgroup::`);

const restoreKeyHit = utils.getInputAsBool(Inputs.RestoreKeyHit);

const restoreKey = await utils.getCacheKey(
Expand Down

0 comments on commit 17d19d3

Please sign in to comment.