Use comma-separated list
This commit is contained in:
parent
60465730fb
commit
2c235f1a60
7 changed files with 5 additions and 7 deletions
2
lib/status-report.js
generated
2
lib/status-report.js
generated
|
|
@ -120,7 +120,7 @@ async function createStatusReportBase(actionName, status, actionStartedAt, confi
|
|||
logger.warning(`Could not determine the workflow event name: ${e}.`);
|
||||
}
|
||||
if (config) {
|
||||
statusReport.languages = config.languages.join(" ");
|
||||
statusReport.languages = config.languages.join(",");
|
||||
}
|
||||
if (diskInfo) {
|
||||
statusReport.runner_available_disk_space_bytes = diskInfo.numAvailableBytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue