Log job status in init-post
This commit is contained in:
parent
f195496548
commit
e402144d13
6 changed files with 40 additions and 3 deletions
|
|
@ -20,6 +20,7 @@ import {
|
|||
createStatusReportBase,
|
||||
getActionsStatus,
|
||||
ActionName,
|
||||
getJobStatusDisplayName,
|
||||
} from "./status-report";
|
||||
import {
|
||||
checkDiskUsage,
|
||||
|
|
@ -89,6 +90,9 @@ async function runWrapper() {
|
|||
);
|
||||
return;
|
||||
}
|
||||
const jobStatus = initActionPostHelper.getFinalJobStatus();
|
||||
logger.info(`CodeQL job status was ${getJobStatusDisplayName(jobStatus)}.`);
|
||||
|
||||
const statusReportBase = await createStatusReportBase(
|
||||
ActionName.InitPost,
|
||||
"success",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue