diff --git a/dist/restore-only/index.js b/dist/restore-only/index.js index 68efef7b..1583b6f8 100644 --- a/dist/restore-only/index.js +++ b/dist/restore-only/index.js @@ -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}": diff --git a/dist/restore/index.js b/dist/restore/index.js index 1a5d1e5e..b9487b19 100644 --- a/dist/restore/index.js +++ b/dist/restore/index.js @@ -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}":