Send overall job status in init-post status report (#2097)
Co-authored-by: Henry Mercer <henry@henrymercer.name>
This commit is contained in:
parent
16150320c5
commit
61bf02577c
12 changed files with 139 additions and 8 deletions
1
lib/init-action-post.js
generated
1
lib/init-action-post.js
generated
|
|
@ -59,6 +59,7 @@ async function runWrapper() {
|
|||
const statusReport = {
|
||||
...statusReportBase,
|
||||
...uploadFailedSarifResult,
|
||||
job_status: initActionPostHelper.getFinalJobStatus(),
|
||||
};
|
||||
await (0, status_report_1.sendStatusReport)(statusReport);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue