mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:24:02 +00:00 
			
		
		
		
	Added default value to strict restore input
This commit is contained in:
		
							parent
							
								
									7924423105
								
							
						
					
					
						commit
						82174f3e1f
					
				@ -15,6 +15,7 @@ inputs:
 | 
				
			|||||||
  strict-restore:
 | 
					  strict-restore:
 | 
				
			||||||
    description: 'Fail the workflow if the cache is not found for the given key.'
 | 
					    description: 'Fail the workflow if the cache is not found for the given key.'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
 | 
					    default: "false"
 | 
				
			||||||
outputs:
 | 
					outputs:
 | 
				
			||||||
  cache-hit:
 | 
					  cache-hit:
 | 
				
			||||||
    description: 'A boolean value to indicate an exact match was found for the primary key'
 | 
					    description: 'A boolean value to indicate an exact match was found for the primary key'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user