mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 01:24:02 +00:00 
			
		
		
		
	Add new input to action definition
This commit is contained in:
		
							parent
							
								
									4f2da0b64b
								
							
						
					
					
						commit
						19f97cdb0b
					
				@ -11,6 +11,9 @@ inputs:
 | 
				
			|||||||
  restore-keys:
 | 
					  restore-keys:
 | 
				
			||||||
    description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key'
 | 
					    description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
 | 
					  only-check-key:
 | 
				
			||||||
 | 
					    description: 'Just check that the primary key exists, without downloading the cache'
 | 
				
			||||||
 | 
					    require: 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