revert: 'Don't send field in status reports.'

This commit is contained in:
Alex Ford 2020-08-04 18:26:31 +01:00
parent 69bf3f24d4
commit 128c2cf718
3 changed files with 5 additions and 3 deletions

2
lib/util.js generated
View file

@ -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