mirror of
https://github.com/actions/stale.git
synced 2026-04-03 01:58:17 +01: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