save state with incremental

This commit is contained in:
Jonathan Kelley 2025-01-28 23:20:55 -08:00
parent 470b5b92f9
commit 5bbbdb9115
No known key found for this signature in database
GPG Key ID: 1FBB50F7EB0A08BE
2 changed files with 2 additions and 0 deletions

View File

@ -87407,6 +87407,7 @@ async function run() {
lib_core.debug(`${err.stack}`);
match = false;
}
config.saveState();
}
setCacheHitOutput(match);
}

View File

@ -88,6 +88,7 @@ async function run() {
core.debug(`${(err as any).stack}`);
match = false;
}
config.saveState();
}
setCacheHitOutput(match);