You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-10-31 15:16:23 +07:00 
			
		
		
		
	Improve wording
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -6113,7 +6113,7 @@ function run() { | |||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             else { |             else { | ||||||
|                 core.warning('python-version is empty, the OS native python will be used'); |                 core.warning("Step input 'python-version' is not set, the OS native python version will be used"); | ||||||
|             } |             } | ||||||
|             const matchersPath = path.join(__dirname, '../..', '.github'); |             const matchersPath = path.join(__dirname, '../..', '.github'); | ||||||
|             core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`); |             core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`); | ||||||
|  | |||||||
| @ -55,7 +55,7 @@ async function run() { | |||||||
|       } |       } | ||||||
|     } else { |     } else { | ||||||
|       core.warning( |       core.warning( | ||||||
|         'python-version is empty, the OS native python will be used' |         "Step input 'python-version' is not set, the OS native python version will be used" | ||||||
|       ); |       ); | ||||||
|     } |     } | ||||||
|     const matchersPath = path.join(__dirname, '../..', '.github'); |     const matchersPath = path.join(__dirname, '../..', '.github'); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey Dolin
					Sergey Dolin