1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-10-17 06:34:41 +02:00

Fix building

This commit is contained in:
Dan Blanchard 2023-08-31 16:47:49 -04:00
parent e6e13d9c52
commit bbc91e3dd2
No known key found for this signature in database
7 changed files with 2882 additions and 242813 deletions

File diff suppressed because one or more lines are too long

60370
dist/restore/index.js vendored

File diff suppressed because one or more lines are too long

60377
dist/save-only/index.js vendored

File diff suppressed because one or more lines are too long

60350
dist/save/index.js vendored

File diff suppressed because one or more lines are too long

4022
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/cache": "https://gitpkg.now.sh/whywaita/toolkit/packages/cache", "@actions/cache": "https://gitpkg.now.sh/dan-blanchard/actions-toolkit-s3/packages/cache?e16f854",
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2", "@actions/io": "^1.1.2",

View file

@ -50,8 +50,8 @@ export async function restoreImpl(
restoreKeys, restoreKeys,
{ lookupOnly: lookupOnly }, { lookupOnly: lookupOnly },
enableCrossOsArchive, enableCrossOsArchive,
s3BucketName, s3config,
s3config s3BucketName
); );
if (!cacheKey) { if (!cacheKey) {