mirror of
https://github.com/actions/stale.git
synced 2025-12-11 12:37:27 +00:00
Add logging
This commit is contained in:
@@ -44,6 +44,9 @@ export class State implements IState {
|
||||
);
|
||||
fs.writeFileSync(file, serialized);
|
||||
|
||||
core.debug(
|
||||
`Persisting state includes info about ${this.processedIssuesIDs.size} issue(s)`
|
||||
);
|
||||
const artifactClient = artifact.create();
|
||||
try {
|
||||
await artifactClient.uploadArtifact(State.ARTIFACT_NAME, [file], tmpDir);
|
||||
|
||||
Reference in New Issue
Block a user