mirror of
https://github.com/actions/stale.git
synced 2025-12-12 21:17:15 +00:00
Rename ActionCache to ActionsCache
This commit is contained in:
@@ -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