mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Reduce log level for debug message
This commit is contained in:
		@@ -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('-')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user