mirror of
https://github.com/actions/cache.git
synced 2025-04-22 03:56:45 +00:00
Apply workaround for earlyExit
This commit is contained in:
parent
3185ecfd61
commit
01229828ff
8 changed files with 192 additions and 144 deletions
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue