mirror of
https://gitea.com/actions/cache.git
synced 2025-08-13 23:36:15 +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