mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 13:04:08 +00:00
Revert "Don't send matrix_vars field in status reports."
This commit is contained in:
Generated
+1
-1
@@ -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
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user