Skip to content

Commit

Permalink
Revert comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devsh4 committed Dec 4, 2023
1 parent 74907e6 commit 6be557d
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 @@ -64019,7 +64019,6 @@ function restoreImpl(stateProvider) {
const failOnCacheMiss = utils.getInputAsBool(constants_1.Inputs.FailOnCacheMiss);
const lookupOnly = utils.getInputAsBool(constants_1.Inputs.LookupOnly);
const cacheKey = yield cache.restoreCache(
// https://github.com/actions/toolkit/pull/1378#issuecomment-1478388929
cachePaths.slice(), primaryKey, restoreKeys, { lookupOnly: lookupOnly }, enableCrossOsArchive, s3config, s3BucketName);
if (!cacheKey) {
if (failOnCacheMiss) {
Expand Down
1 change: 0 additions & 1 deletion dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64019,7 +64019,6 @@ function restoreImpl(stateProvider) {
const failOnCacheMiss = utils.getInputAsBool(constants_1.Inputs.FailOnCacheMiss);
const lookupOnly = utils.getInputAsBool(constants_1.Inputs.LookupOnly);
const cacheKey = yield cache.restoreCache(
// https://github.com/actions/toolkit/pull/1378#issuecomment-1478388929
cachePaths.slice(), primaryKey, restoreKeys, { lookupOnly: lookupOnly }, enableCrossOsArchive, s3config, s3BucketName);
if (!cacheKey) {
if (failOnCacheMiss) {
Expand Down

0 comments on commit 6be557d

Please sign in to comment.