update logging
This commit is contained in:
parent
2392a086f1
commit
dcf19effbe
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}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user