mirror of
https://github.com/actions/stale.git
synced 2025-12-11 20:47:10 +00:00
minor fix (#487)
This commit is contained in:
@@ -12,8 +12,8 @@ async function _run(): Promise<void> {
|
||||
await issueProcessor.processIssues();
|
||||
|
||||
await processOutput(
|
||||
issueProcessor.closedIssues,
|
||||
issueProcessor.staleIssues
|
||||
issueProcessor.staleIssues,
|
||||
issueProcessor.closedIssues
|
||||
);
|
||||
} catch (error) {
|
||||
core.error(error);
|
||||
|
||||
Reference in New Issue
Block a user