You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-10-31 07:06:25 +07:00 
			
		
		
		
	Fix output for prerelease version of poetry (#409)
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							| @ -63920,7 +63920,7 @@ class PoetryCache extends cache_distributor_1.default { | ||||
|             const lines = stdout.trim().split('\n'); | ||||
|             const config = {}; | ||||
|             for (let line of lines) { | ||||
|                 line = line.replace(/#.*$/, ''); | ||||
|                 line = line.replace(/#.*$/gm, ''); | ||||
|                 const [key, value] = line.split('=').map(part => part.trim()); | ||||
|                 config[key] = JSON.parse(value); | ||||
|             } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Dmitry Shibanov
					Dmitry Shibanov