Update clone/action.yaml
This commit is contained in:
		@@ -22,5 +22,5 @@ runs:
 | 
				
			|||||||
    - name: Clone repository
 | 
					    - name: Clone repository
 | 
				
			||||||
      uses: docker://alpine/git
 | 
					      uses: docker://alpine/git
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        entrypoint: git
 | 
					        entrypoint: bash
 | 
				
			||||||
        args: clone -b "${{github.ref_name}}" "${{env.URL}}" .
 | 
					        args: git clone -b "${{github.ref_name}}" "${{env.URL}}" . && git submodule update --init --recursive
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user