mirror of
https://github.com/actions/stale.git
synced 2026-01-01 04:48:17 +00:00
use highlevel actions cache api with key-prefix
This commit is contained in:
@@ -65,7 +65,7 @@ export class State implements IState {
|
||||
const serialized = await this.stateStorage.restore();
|
||||
this.deserialize(serialized);
|
||||
core.info(
|
||||
`state: rehydrated with info about ${this.processedIssuesIDs.size} issue(s)`
|
||||
`state: restored with info about ${this.processedIssuesIDs.size} issue(s)`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user