remove internal API client

This commit is contained in:
Sergey Dolin
2023-07-05 16:46:04 +02:00
parent ef7b227095
commit 8f54fa9cb2
9 changed files with 2 additions and 495 deletions

View File

@@ -87,7 +87,7 @@ export class StateCacheStorage implements IStateStorage {
const fileSize = fs.statSync(filePath).size;
if (fileSize === 0) {
core.info(`the cache ${CACHE_KEY} will be removed`);
core.info(`the state will be removed`);
return;
}