mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:34:01 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									72fba45689
								
							
						
					
					
						commit
						954270b660
					
				@ -56,7 +56,8 @@ If you are using this inside a container, a POSIX-compliant `tar` needs to be in
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* `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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> Note: `cache-hit` will be set to `true` only when cache hit occurs for the exact `key` match. For a partial key match via `restore-keys` or a cache miss, it will be set to `false`.
 | 
					> **Note** 
 | 
				
			||||||
 | 
					> `cache-hit` will be set to `true` only when cache hit occurs for the exact `key` match. For a partial key match via `restore-keys` or a cache miss, it will be set to `false`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
See [Skipping steps based on cache-hit](#skipping-steps-based-on-cache-hit) for info on using this output
 | 
					See [Skipping steps based on cache-hit](#skipping-steps-based-on-cache-hit) for info on using this output
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user