mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:24:02 +00:00 
			
		
		
		
	reword
This commit is contained in:
		
							parent
							
								
									812ea06c01
								
							
						
					
					
						commit
						2a0db673b7
					
				@ -45,7 +45,7 @@ If you are using this inside a container, a POSIX-compliant `tar` needs to be in
 | 
				
			|||||||
### Outputs
 | 
					### 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
 | 
				
			||||||
* `cache-restored` - A boolean value to a match was found resulting in a restored cache
 | 
					* `cache-restored` - A boolean value to indicate a primary key match was found resulting in a restore
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -18,7 +18,7 @@ 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'
 | 
				
			||||||
  cache-restored:
 | 
					  cache-restored:
 | 
				
			||||||
    description: 'A boolean value to indicate an exact or partial match was found resulting in a restore'
 | 
					    description: 'A boolean value to indicate a primary key match was found resulting in a restore'
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: 'node16'
 | 
					  using: 'node16'
 | 
				
			||||||
  main: 'dist/restore/index.js'
 | 
					  main: 'dist/restore/index.js'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user