Add languages and build_mode to init success status report

This commit is contained in:
Henry Mercer
2024-02-29 12:18:19 +00:00
parent ccd3f02545
commit 2307ff547f
12 changed files with 14 additions and 14 deletions

View File

@@ -195,7 +195,7 @@ async function run() {
ActionName.Analyze,
"starting",
startedAt,
undefined,
config,
await util.checkDiskUsage(logger),
logger,
),

View File

@@ -75,7 +75,7 @@ async function run() {
ActionName.Autobuild,
"starting",
startedAt,
undefined,
config,
await checkDiskUsage(logger),
logger,
),

View File

@@ -113,7 +113,7 @@ async function sendCompletedStatusReport(
ActionName.Init,
getActionsStatus(error),
startedAt,
undefined,
config,
await checkDiskUsage(logger),
logger,
error?.message,
@@ -231,7 +231,7 @@ async function run() {
ActionName.Init,
"starting",
startedAt,
undefined,
config,
await checkDiskUsage(logger),
logger,
),

View File

@@ -39,7 +39,7 @@ async function run() {
ActionName.ResolveEnvironment,
"starting",
startedAt,
undefined,
config,
await checkDiskUsage(),
logger,
),