Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge remote-tracking branch v1 into main.
Chris Gavin committed Aug 4, 2020

Unverified

No user is associated with the committer email.
2 parents 30d2cce + f0894d5 commit 02d3d62
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/util.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/util.ts
@@ -166,8 +166,6 @@ export interface StatusReportBase {
"job_name": string;
// Analysis key, normally composed from the workflow path and job name
"analysis_key": string;
// Value of the matrix for this instantiation of the job
"matrix_vars"?: string;
// Commit oid that the workflow was triggered on
"commit_oid": string;
// Ref that the workflow was triggered on
@@ -249,7 +247,7 @@ export async function createStatusReportBase(
}
let matrix: string | undefined = core.getInput('matrix');
if (matrix) {
statusReport.matrix_vars = matrix;
// Temporarily do nothing.
}

return statusReport;

0 comments on commit 02d3d62

Please sign in to comment.