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