diff --git a/src/dependency-graph.ts b/src/dependency-graph.ts index 47123aa..13e1a73 100644 --- a/src/dependency-graph.ts +++ b/src/dependency-graph.ts @@ -150,7 +150,7 @@ export function constructJobCorrelator(workflow: string, jobId: string, matrixJs } function describeMatrix(matrixJson: string): string { - core.info(`Got matrix json: ${matrixJson}`) + core.debug(`Got matrix json: ${matrixJson}`) const matrix = JSON.parse(matrixJson) if (matrix) { return Object.values(matrix).join('-')