mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 03:04:01 +00:00 
			
		
		
		
	Update description
This commit is contained in:
		
							parent
							
								
									ec9f13e3be
								
							
						
					
					
						commit
						d05f7e6483
					
				@ -19,7 +19,7 @@ inputs:
 | 
				
			|||||||
    default: 'false'
 | 
					    default: 'false'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
  fail-on-cache-miss:
 | 
					  fail-on-cache-miss:
 | 
				
			||||||
    description: 'Fail the workflow if the cache is not found for the primary key'
 | 
					    description: 'Fail the workflow if the cache is not found for the primary key or no cache is found at all'
 | 
				
			||||||
    default: 'false'
 | 
					    default: 'false'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
outputs:
 | 
					outputs:
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,7 @@ The restore action, as the name suggest, restores a cache. It acts similar to th
 | 
				
			|||||||
* `path` - A list of files, directories, and wildcard patterns to cache and restore. See [`@actions/glob`](https://github.com/actions/toolkit/tree/main/packages/glob) for supported patterns.
 | 
					* `path` - A list of files, directories, and wildcard patterns to cache and restore. See [`@actions/glob`](https://github.com/actions/toolkit/tree/main/packages/glob) for supported patterns.
 | 
				
			||||||
* `key` - String used while saving cache for restoring the cache
 | 
					* `key` - String used while saving cache for restoring the cache
 | 
				
			||||||
* `restore-keys` - An ordered list of prefix-matched keys to use for restoring stale cache if no cache hit occurred for key.
 | 
					* `restore-keys` - An ordered list of prefix-matched keys to use for restoring stale cache if no cache hit occurred for key.
 | 
				
			||||||
* `fail-on-cache-miss` - Fail the workflow if the cache is not found for the primary key
 | 
					* `fail-on-cache-miss` - Fail the workflow if the cache is not found for the primary key or no cache is found at all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Outputs
 | 
					## Outputs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -16,7 +16,7 @@ inputs:
 | 
				
			|||||||
    default: 'false'
 | 
					    default: 'false'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
  fail-on-cache-miss:
 | 
					  fail-on-cache-miss:
 | 
				
			||||||
    description: 'Fail the workflow if the cache is not found for the primary key'
 | 
					    description: 'Fail the workflow if the cache is not found for the primary key or no cache is found at all'
 | 
				
			||||||
    default: 'false'
 | 
					    default: 'false'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
outputs:
 | 
					outputs:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user