Revert "Don't send matrix_vars field in status reports."

This commit is contained in:
Alex Ford
2020-08-04 18:21:29 +01:00
committed by GitHub
parent f0894d52f3
commit 1cb1a015dd
3 changed files with 5 additions and 3 deletions
Generated
+1 -1
View File
@@ -183,7 +183,7 @@ async function createStatusReportBase(actionName, status, actionStartedAt, cause
}
let matrix = core.getInput('matrix');
if (matrix) {
// Temporarily do nothing.
statusReport.matrix_vars = matrix;
}
return statusReport;
}
+1 -1
View File
File diff suppressed because one or more lines are too long