Update tar/compress/action.yaml
This commit is contained in:
		@@ -15,4 +15,4 @@ runs:
 | 
			
		||||
  container: alpine/git
 | 
			
		||||
  steps:
 | 
			
		||||
    - run: |
 | 
			
		||||
        tar -czvf archive.tar,gz $(find . -type f -name ${{ inputs.pattern }} )
 | 
			
		||||
        tar -czvf archive.tar,gz $(find . -type f -name "${{ inputs.pattern }}" )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user