mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Add new input to action.yml
This commit is contained in:
		
							parent
							
								
									4bceb75b5b
								
							
						
					
					
						commit
						cce3c03a74
					
				| 
						 | 
					@ -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
 | 
				
			||||||
 | 
					  upload-chunk-size:
 | 
				
			||||||
 | 
					    description: 'The chunk size used when uploading large cache files'
 | 
				
			||||||
 | 
					    required: 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…
	
		Reference in New Issue
	
	Block a user