mirror of https://github.com/actions/cache.git
				
				
				
			Updated default workflow with new input
This commit is contained in:
		
							parent
							
								
									82174f3e1f
								
							
						
					
					
						commit
						8d0c6dd906
					
				| 
						 | 
					@ -14,6 +14,10 @@ inputs:
 | 
				
			||||||
  upload-chunk-size:
 | 
					  upload-chunk-size:
 | 
				
			||||||
    description: 'The chunk size used to split up large files during upload, in bytes'
 | 
					    description: 'The chunk size used to split up large files during upload, in bytes'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
 | 
					  strict-restore:
 | 
				
			||||||
 | 
					    description: 'Fail the workflow if the cache is not found for the given key.'
 | 
				
			||||||
 | 
					    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…
	
		Reference in New Issue