Update cache/store/action.yaml
This commit is contained in:
		
							
								
								
									
										2
									
								
								cache/store/action.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								cache/store/action.yaml
									
									
									
									
										vendored
									
									
								
							@@ -20,4 +20,4 @@ runs:
 | 
			
		||||
    - run: |
 | 
			
		||||
        tar -czf "archive.tar.gz" ${{ inputs.pattern }}
 | 
			
		||||
        mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}"
 | 
			
		||||
        [ $(md5sum "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz") != $(md5sum archive.tar.gz) ] && mv archive.tar.gz "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/"
 | 
			
		||||
        [ "$(md5sum "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz")" != "$(md5sum archive.tar.gz)" ] && mv archive.tar.gz "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user