mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 10:08:37 +08:00 
			
		
		
		
	Ericsciple patch 1 (#2)
* Update main.ts * . Co-authored-by: eric sciple <ericsciple@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									55e58510f7
								
							
						
					
					
						commit
						5fc50cac29
					
				
							
								
								
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							|  | @ -4153,6 +4153,7 @@ function run() { | ||||||
|             try { |             try { | ||||||
|                 // Register problem matcher
 |                 // Register problem matcher
 | ||||||
|                 coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json')); |                 coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json')); | ||||||
|  |                 console.log(JSON.stringify(process.env, null, '  ')); | ||||||
|                 // Get sources
 |                 // Get sources
 | ||||||
|                 yield gitSourceProvider.getSource(sourceSettings); |                 yield gitSourceProvider.getSource(sourceSettings); | ||||||
|             } |             } | ||||||
|  |  | ||||||
|  | @ -17,6 +17,8 @@ async function run(): Promise<void> { | ||||||
|         path.join(__dirname, 'problem-matcher.json') |         path.join(__dirname, 'problem-matcher.json') | ||||||
|       ) |       ) | ||||||
|        |        | ||||||
|  |       console.log(JSON.stringify(process.env, null, '  ')) | ||||||
|  | 
 | ||||||
|       // Get sources
 |       // Get sources
 | ||||||
|       await gitSourceProvider.getSource(sourceSettings) |       await gitSourceProvider.getSource(sourceSettings) | ||||||
|     } finally { |     } finally { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 misamoo
						misamoo