mirror of
https://github.com/actions/cache
synced 2026-06-13 09:23:41 -07: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