Rename ActionCache to ActionsCache

This commit is contained in:
Sergey Dolin
2023-07-04 18:29:58 +02:00
parent 765f3db869
commit a9c16cbf4d
8 changed files with 16 additions and 16 deletions

View File

@@ -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();