mirror of
https://gitea.com/actions/stale.git
synced 2026-07-20 12:32:20 +00:00
Rename ActionCache to ActionsCache
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ async function _run(): Promise<void> {
|
||||
const args = _getAndValidateArgs();
|
||||
|
||||
const state = getStateInstance(args);
|
||||
await state.rehydrate();
|
||||
await state.restore();
|
||||
|
||||
const issueProcessor: IssuesProcessor = new IssuesProcessor(args, state);
|
||||
await issueProcessor.processIssues();
|
||||
|
||||
Reference in New Issue
Block a user