mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-21 08:13:56 +08:00
update save as well
This commit is contained in:
parent
d95c048983
commit
ac8fc97c06
12 changed files with 700 additions and 569 deletions
|
@ -1,8 +1,10 @@
|
|||
import { NonStateOuputSetter } from "./outputSetter";
|
||||
import run from "./restoreImpl";
|
||||
import restoreImpl from "./restoreImpl";
|
||||
import { NullStateProvider } from "./stateProvider";
|
||||
|
||||
async function restoreOnly(): Promise<void> {
|
||||
await run(new NonStateOuputSetter());
|
||||
async function run(): Promise<void> {
|
||||
await restoreImpl(new NullStateProvider());
|
||||
}
|
||||
|
||||
export default restoreOnly;
|
||||
run();
|
||||
|
||||
export default run;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue