mirror of
https://github.com/actions/cache.git
synced 2025-09-12 12:21:35 +08:00
update save as well
This commit is contained in:
10
src/saveOnly.ts
Normal file
10
src/saveOnly.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import saveImpl from "./saveImpl";
|
||||
import { NullStateProvider } from "./stateProvider";
|
||||
|
||||
async function run(): Promise<void> {
|
||||
await saveImpl(new NullStateProvider());
|
||||
}
|
||||
|
||||
run();
|
||||
|
||||
export default run;
|
Reference in New Issue
Block a user