Skip to content

Commit

Permalink
commit changed source files
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei committed Jul 30, 2024
1 parent fa694d4 commit 5768122
Show file tree
Hide file tree
Showing 2 changed files with 38,348 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow-steps/cache/output/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6012,10 +6012,10 @@ cacheClient.restore(
})
).then((resp) => {
if (resp.success) {
console.log("Found cache entry on key: " + resp.key);
console.log("Found cache entry on hashed key: " + resp.key);
rememberCacheRestorationForPostStep();
} else {
console.log("Cache miss on key: " + key);
console.log("Cache miss on hashed key: " + key);
}
});
function rememberCacheRestorationForPostStep() {
Expand Down
Loading

0 comments on commit 5768122

Please sign in to comment.