Skip to content

Commit

Permalink
chore: build the action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent 4da970a commit 3e46918
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/restore-only/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94540,7 +94540,6 @@ function restoreImpl(stateProvider, earlyExit) {
}
}
if (inputs.restorePrefixesFirstMatch.length > 0 &&
!restoredKey &&
!(lookedUpPrimaryKey && inputs.skipRestoreOnHitPrimaryKey)) {
utils.info(`
Searching for a cache using the "${constants_1.Inputs.RestorePrefixesFirstMatch}":
Expand Down
1 change: 0 additions & 1 deletion dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94540,7 +94540,6 @@ function restoreImpl(stateProvider, earlyExit) {
}
}
if (inputs.restorePrefixesFirstMatch.length > 0 &&
!restoredKey &&
!(lookedUpPrimaryKey && inputs.skipRestoreOnHitPrimaryKey)) {
utils.info(`
Searching for a cache using the "${constants_1.Inputs.RestorePrefixesFirstMatch}":
Expand Down

0 comments on commit 3e46918

Please sign in to comment.