mirror of
https://github.com/actions/stale.git
synced 2025-12-28 04:29:43 +08:00
update logging
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -2715,7 +2715,7 @@ class IssueProcessor {
|
||||
direction: this.options.ascending ? 'asc' : 'desc',
|
||||
page
|
||||
});
|
||||
core.info(`issue data: ${issueResult.data}`);
|
||||
core.info(`issue data: ${JSON.stringify(issueResult.data)}`);
|
||||
return issueResult.data;
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user