mirror of
https://github.com/github/codeql-action.git
synced 2026-05-22 22:08:56 +00:00
add an extra getRequiredInput
This commit is contained in:
+1
-1
@@ -261,7 +261,7 @@ export async function createStatusReportBase(
|
||||
if (status === "success" || status === "failure" || status === "aborted") {
|
||||
statusReport.completed_at = new Date().toISOString();
|
||||
}
|
||||
const matrix: string | undefined = core.getInput("matrix");
|
||||
const matrix = getRequiredInput("matrix");
|
||||
if (matrix) {
|
||||
statusReport.matrix_vars = matrix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user