Update git/checkout/action.yaml
This commit is contained in:
		@@ -3,10 +3,12 @@ desciption: Checkout repository using alpite/git
 | 
			
		||||
 | 
			
		||||
runs:
 | 
			
		||||
  using: composite
 | 
			
		||||
  container: git
 | 
			
		||||
  steps:
 | 
			
		||||
    - name: Checkout repository
 | 
			
		||||
      container: git
 | 
			
		||||
      options: -v ".:/app"
 | 
			
		||||
      run: |
 | 
			
		||||
        cd /app
 | 
			
		||||
        mkdir -p /tmp/workspace && mv * /tmp/workspace/ || echo Nothing to copy
 | 
			
		||||
        HOST=$(echo "${{ github.server_url }}" | sed 's%https://%%')
 | 
			
		||||
        git clone -b "${{ github.ref_name  }}" "https://${{ github.token }}@$HOST/${{ github.repository }}.git" .
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user