mirror of
https://github.com/actions/stale.git
synced 2025-12-12 04:57:15 +00:00
remove internal API client
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user