revert: 'Don't send field in status reports.'
This commit is contained in:
parent
69bf3f24d4
commit
128c2cf718
3 changed files with 5 additions and 3 deletions
2
lib/util.js
generated
2
lib/util.js
generated
|
|
@ -202,7 +202,7 @@ async function createStatusReportBase(actionName, status, actionStartedAt, cause
|
|||
}
|
||||
let matrix = core.getInput('matrix');
|
||||
if (matrix) {
|
||||
// Temporarily do nothing.
|
||||
statusReport.matrix_vars = matrix;
|
||||
}
|
||||
return statusReport;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue