Don't send matrix_vars field in status reports.
This commit is contained in:
parent
1ef33b0330
commit
1fb3aaff6e
3 changed files with 3 additions and 5 deletions
2
lib/util.js
generated
2
lib/util.js
generated
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue