mirror of
https://github.com/actions/cache.git
synced 2026-06-12 03:50:46 +00:00
update save as well
This commit is contained in:
@@ -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