1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

lint, fix, and rebuild

This commit is contained in:
Vincent Clemson 2022-06-19 01:05:27 -04:00
parent 88d49726bd
commit b830d6f730

View file

@ -28,7 +28,7 @@ async function run(): Promise<void> {
const state = utils.getCacheState(); const state = utils.getCacheState();
let primaryKey: string = ""; let primaryKey = "";
const reeval = core.getBooleanInput(Inputs.Reeval); const reeval = core.getBooleanInput(Inputs.Reeval);
if (!reeval) { if (!reeval) {
// Inputs are reevaluted before the post action, so we want the original key used for restore // Inputs are reevaluted before the post action, so we want the original key used for restore