mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 08:51:06 +08:00 
			
		
		
		
	Use correct comment character
This commit is contained in:
		
							parent
							
								
									e336b852d5
								
							
						
					
					
						commit
						ae4917dae5
					
				| @ -19,8 +19,8 @@ steps: | |||||||
| - uses: actions/checkout@master | - uses: actions/checkout@master | ||||||
| - uses: actions/setup-python@v1 | - uses: actions/setup-python@v1 | ||||||
|   with: |   with: | ||||||
|     python-version: '3.x' // Version range or exact version of a Python version to use, using semvers version range syntax. |     python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax. | ||||||
|     architecture: 'x64' // (x64 or x86) |     architecture: 'x64' # (x64 or x86) | ||||||
| - run: python my_script.py | - run: python my_script.py | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Danny McCormick
						Danny McCormick