feat: add built-in caching via inputs (#89)
This commit is contained in:
committed by
GitHub
parent
a1496dd8d9
commit
fd6b0ad149
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import "./semver-DmxAwBYV.mjs";
|
||||
import { restoreCache, saveCache } from "./cache-DzONlZ-I.mjs";
|
||||
|
||||
export { restoreCache };
|
||||
Vendored
+43177
File diff suppressed because it is too large
Load Diff
Vendored
+1480
-19451
File diff suppressed because one or more lines are too long
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
import { import_core } from "./semver-DmxAwBYV.mjs";
|
||||
import { saveCache } from "./cache-DzONlZ-I.mjs";
|
||||
import process from "node:process";
|
||||
|
||||
//#region src/post.ts
|
||||
async function main() {
|
||||
try {
|
||||
await saveCache();
|
||||
} catch (err) {
|
||||
import_core.setFailed(err instanceof Error ? err : String(err));
|
||||
process.exit();
|
||||
}
|
||||
}
|
||||
main();
|
||||
|
||||
//#endregion
|
||||
Vendored
+17978
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user