mirror of
https://gitea.com/actions/cache.git
synced 2024-11-10 14:32:29 +08:00
new try
This commit is contained in:
parent
fb4a5dce60
commit
ab0e7714ce
2
dist/restore-only/index.js
vendored
2
dist/restore-only/index.js
vendored
|
@ -49108,7 +49108,7 @@ function run() {
|
|||
}
|
||||
});
|
||||
}
|
||||
run();
|
||||
// run();
|
||||
exports.default = run;
|
||||
|
||||
|
||||
|
|
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
|
@ -49045,7 +49045,7 @@ function run() {
|
|||
}
|
||||
});
|
||||
}
|
||||
run();
|
||||
// run();
|
||||
exports.default = run;
|
||||
|
||||
|
||||
|
|
|
@ -76,6 +76,6 @@ async function run(): Promise<void> {
|
|||
}
|
||||
}
|
||||
|
||||
run();
|
||||
// run();
|
||||
|
||||
export default run;
|
||||
|
|
Loading…
Reference in New Issue
Block a user