This commit is contained in:
merlinz01 2024-10-24 17:52:39 -04:00
parent edddf6c875
commit 2a9ec8514a

View file

@ -5,7 +5,11 @@ import {
STATE_CACHE_MATCHED_KEY,
STATE_CACHE_KEY,
} from "./cache/restore-cache";
import { cacheLocalPath, enableCache, pruneCache as shouldPruneCache } from "./utils/inputs";
import {
cacheLocalPath,
enableCache,
pruneCache as shouldPruneCache,
} from "./utils/inputs";
export async function run(): Promise<void> {
try {