updated checkout-task in github-workflow
This commit is contained in:
		
							parent
							
								
									df246289c8
								
							
						
					
					
						commit
						b5076cc7b2
					
				|  | @ -18,10 +18,8 @@ jobs: | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
| 
 |         with: | ||||||
|       - name: Switch to Current Branch |           ref: ${{ github.ref }} | ||||||
|         run: git checkout ${{ env.BRANCH }} |  | ||||||
|         shell: bash |  | ||||||
| 
 | 
 | ||||||
|       - name: Install python |       - name: Install python | ||||||
|         uses: actions/setup-python@v4 |         uses: actions/setup-python@v4 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue