mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 10:14:02 +00:00 
			
		
		
		
	updated action.yml
This commit is contained in:
		
							parent
							
								
									b360b35604
								
							
						
					
					
						commit
						b3bce773f3
					
				@ -20,7 +20,7 @@ inputs:
 | 
			
		||||
    default: "false"
 | 
			
		||||
  save-cache-on-any-failure:
 | 
			
		||||
    description: 'Save build cache despite of failure in the job'
 | 
			
		||||
    default: "no"
 | 
			
		||||
    default: 'no'
 | 
			
		||||
outputs:
 | 
			
		||||
  cache-hit:
 | 
			
		||||
    description: 'A boolean value to indicate an exact match was found for the primary key'
 | 
			
		||||
@ -28,7 +28,7 @@ runs:
 | 
			
		||||
  using: 'node16'
 | 
			
		||||
  main: 'dist/restore/index.js'
 | 
			
		||||
  post: 'dist/save/index.js'
 | 
			
		||||
  post-if: success() || inputs.save-cache-on-any-failure == "yes"
 | 
			
		||||
  post-if: success() || inputs.save-cache-on-any-failure == 'yes'
 | 
			
		||||
branding:
 | 
			
		||||
  icon: 'archive'
 | 
			
		||||
  color: 'gray-dark'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user