mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 12:05:53 +00:00
new try
This commit is contained in:
parent
fb4a5dce60
commit
ab0e7714ce
3 changed files with 3 additions and 3 deletions
2
dist/restore-only/index.js
vendored
2
dist/restore-only/index.js
vendored
|
@ -49108,7 +49108,7 @@ function run() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
run();
|
// run();
|
||||||
exports.default = run;
|
exports.default = run;
|
||||||
|
|
||||||
|
|
||||||
|
|
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
|
@ -49045,7 +49045,7 @@ function run() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
run();
|
// run();
|
||||||
exports.default = run;
|
exports.default = run;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -76,6 +76,6 @@ async function run(): Promise<void> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
// run();
|
||||||
|
|
||||||
export default run;
|
export default run;
|
||||||
|
|
Loading…
Reference in a new issue