mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 09:08:07 +07:00 
			
		
		
		
	actions to steps
This commit is contained in:
		
							parent
							
								
									4564d739f7
								
							
						
					
					
						commit
						68f6734126
					
				| @ -11,7 +11,7 @@ See [action.yml](action.yml) | |||||||
| 
 | 
 | ||||||
| Basic: | Basic: | ||||||
| ```yaml | ```yaml | ||||||
| actions: | steps: | ||||||
| - uses: actions/checkout@master | - uses: actions/checkout@master | ||||||
| - uses: actions/setup-python@master | - uses: actions/setup-python@master | ||||||
|   with: |   with: | ||||||
| @ -28,7 +28,7 @@ jobs: | |||||||
|       matrix: |       matrix: | ||||||
|         python: [ 2.x, 3.x, pypy3 ] |         python: [ 2.x, 3.x, pypy3 ] | ||||||
|     name: Python ${{ matrix.python }} sample |     name: Python ${{ matrix.python }} sample | ||||||
|     actions: |     steps: | ||||||
|       - uses: actions/checkout@master |       - uses: actions/checkout@master | ||||||
|       - name: Setup python |       - name: Setup python | ||||||
|         uses: actions/setup-python@master |         uses: actions/setup-python@master | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user