Add logs around status report telemetry in init-post step
This commit is contained in:
parent
e13fe0dd2d
commit
92864f48b0
3 changed files with 5 additions and 1 deletions
2
lib/init-action-post.js
generated
2
lib/init-action-post.js
generated
|
|
@ -87,7 +87,9 @@ async function runWrapper() {
|
|||
...uploadFailedSarifResult,
|
||||
job_status: initActionPostHelper.getFinalJobStatus(),
|
||||
};
|
||||
logger.info("Sending status report for init-post step.");
|
||||
await (0, status_report_1.sendStatusReport)(statusReport);
|
||||
logger.info("Status report sent for init-post step.");
|
||||
}
|
||||
}
|
||||
void runWrapper();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue