mirror of
https://github.com/actions/cache.git
synced 2025-07-29 13:06:09 +08:00
Apply workaround for earlyExit
This commit is contained in:
11
src/save.ts
11
src/save.ts
@@ -1,10 +1,3 @@
|
||||
import saveImpl from "./saveImpl";
|
||||
import { StateProvider } from "./stateProvider";
|
||||
import { saveRun } from "./saveImpl";
|
||||
|
||||
async function run(): Promise<void> {
|
||||
await saveImpl(new StateProvider());
|
||||
}
|
||||
|
||||
run();
|
||||
|
||||
export default run;
|
||||
saveRun(true);
|
||||
|
Reference in New Issue
Block a user