mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 00:01:05 -05:00
Reduce log level for debug message
This commit is contained in:
parent
4c9c435d2f
commit
d0ffeaa089
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ export function constructJobCorrelator(workflow: string, jobId: string, matrixJs
|
||||||
}
|
}
|
||||||
|
|
||||||
function describeMatrix(matrixJson: string): string {
|
function describeMatrix(matrixJson: string): string {
|
||||||
core.info(`Got matrix json: ${matrixJson}`)
|
core.debug(`Got matrix json: ${matrixJson}`)
|
||||||
const matrix = JSON.parse(matrixJson)
|
const matrix = JSON.parse(matrixJson)
|
||||||
if (matrix) {
|
if (matrix) {
|
||||||
return Object.values(matrix).join('-')
|
return Object.values(matrix).join('-')
|
||||||
|
|
Loading…
Reference in a new issue