mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Make bucket optional with default
This commit is contained in:
		
							parent
							
								
									d18e25fa75
								
							
						
					
					
						commit
						0bc8cc687a
					
				| 
						 | 
					@ -19,7 +19,8 @@ inputs:
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
  bucket:
 | 
					  bucket:
 | 
				
			||||||
    description: 'aws s3 bucket'
 | 
					    description: 'aws s3 bucket'
 | 
				
			||||||
    required: true
 | 
					    required: false
 | 
				
			||||||
 | 
					    default: 'github-actions-cache'
 | 
				
			||||||
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