mirror of
https://github.com/actions/stale.git
synced 2025-12-10 03:57:04 +00: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',
|
direction: this.options.ascending ? 'asc' : 'desc',
|
||||||
page
|
page
|
||||||
});
|
});
|
||||||
core.info(`issue data: ${issueResult.data}`);
|
core.info(`issue data: ${JSON.stringify(issueResult.data)}`);
|
||||||
return issueResult.data;
|
return issueResult.data;
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|||||||
@@ -323,7 +323,7 @@ export class IssueProcessor {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
core.info(`issue data: ${issueResult.data}`);
|
core.info(`issue data: ${JSON.stringify(issueResult.data)}`);
|
||||||
return issueResult.data;
|
return issueResult.data;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.error(`Get issues for repo error: ${error.message}`);
|
core.error(`Get issues for repo error: ${error.message}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user