Don't send matrix_vars field in status reports.

This commit is contained in:
Chris Gavin 2020-08-04 16:21:58 +01:00
parent 1ef33b0330
commit 1fb3aaff6e
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
3 changed files with 3 additions and 5 deletions

2
lib/util.js generated
View file

@ -183,7 +183,7 @@ async function createStatusReportBase(actionName, status, actionStartedAt, cause
}
let matrix = core.getInput('matrix');
if (matrix) {
statusReport.matrix_vars = matrix;
// Temporarily do nothing.
}
return statusReport;
}

File diff suppressed because one or more lines are too long