Update git/checkout/action.yaml
This commit is contained in:
		@@ -9,7 +9,7 @@ runs:
 | 
				
			|||||||
      uses: addnab/docker-run-action@v3
 | 
					      uses: addnab/docker-run-action@v3
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        image: alpine/git:latest
 | 
					        image: alpine/git:latest
 | 
				
			||||||
        options: -v ${{ github.workspace }}:/root
 | 
					        options: -v ${{ github.workspace }}:/git
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          HOST=$(echo "${{ github.server_url }}" | sed 's%https://%%')
 | 
					          HOST=$(echo "${{ github.server_url }}" | sed 's%https://%%')
 | 
				
			||||||
          URL="https://${{ github.token }}@$HOST/${{ github.repository }}.git"
 | 
					          URL="https://${{ github.token }}@$HOST/${{ github.repository }}.git"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user