mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Clarify cache-hit output
This commit is contained in:
		
							parent
							
								
									611465405c
								
							
						
					
					
						commit
						dbb732b211
					
				| 
						 | 
				
			
			@ -42,7 +42,7 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory
 | 
			
		|||
 | 
			
		||||
### Outputs
 | 
			
		||||
 | 
			
		||||
* `cache-hit` - A boolean value to indicate an exact match was found for the key
 | 
			
		||||
* `cache-hit` - A boolean value to indicate an exact match was found for the key. It will be `false` if a `restore-key` is matched.
 | 
			
		||||
 | 
			
		||||
> See [Skipping steps based on cache-hit](#Skipping-steps-based-on-cache-hit) for info on using this output
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user