mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 16:14:00 +08:00 
			
		
		
		
	refactor: use core.info instead of console.log (#185)
This commit is contained in:
		| @@ -46,11 +46,11 @@ export async function run() { | ||||
|     } | ||||
|  | ||||
|     const matchersPath = path.join(__dirname, '..', '.github'); | ||||
|     console.log(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`); | ||||
|     console.log( | ||||
|     core.info(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`); | ||||
|     core.info( | ||||
|       `##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}` | ||||
|     ); | ||||
|     console.log( | ||||
|     core.info( | ||||
|       `##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}` | ||||
|     ); | ||||
|   } catch (error) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rohan Chougule
					Rohan Chougule