mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:14:00 +00:00 
			
		
		
		
	Update action.yml
This commit is contained in:
		
							parent
							
								
									70b795fcaf
								
							
						
					
					
						commit
						97382073c8
					
				@ -15,14 +15,6 @@ 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
 | 
				
			||||||
  skip-save:
 | 
					 | 
				
			||||||
    description: 'To save cache after the build or not'
 | 
					 | 
				
			||||||
    required: false
 | 
					 | 
				
			||||||
    default: 'no'
 | 
					 | 
				
			||||||
  skip-restore:
 | 
					 | 
				
			||||||
    description: 'To restore cache before the build or not'
 | 
					 | 
				
			||||||
    required: false
 | 
					 | 
				
			||||||
    default: 'no'
 | 
					 | 
				
			||||||
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