You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-11-04 16:56:40 +07:00 
			
		
		
		
	Strings can't have '
This commit is contained in:
		@ -3,10 +3,10 @@ description: 'Setup a Node.js environment and add it to the PATH, additionally p
 | 
				
			|||||||
author: 'GitHub'
 | 
					author: 'GitHub'
 | 
				
			||||||
inputs: 
 | 
					inputs: 
 | 
				
			||||||
  version:
 | 
					  version:
 | 
				
			||||||
    description: 'Version range or exact version of a Python version to use, using semver's version range syntax.'
 | 
					    description: 'Version range or exact version of a Python version to use, using semvers version range syntax.'
 | 
				
			||||||
    default: '3.x'
 | 
					    default: '3.x'
 | 
				
			||||||
  architecture:
 | 
					  architecture:
 | 
				
			||||||
    description: 'The target architecture (x86, x64) of the Python interpreter.'
 | 
					    description: 'The target architecture (x86, x64) of the Python interpreter.'
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: 'node'
 | 
					  using: 'node'
 | 
				
			||||||
  main: 'lib/setup-python.js'
 | 
					  main: 'lib/setup-python.js'
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user