mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 00:10:55 +00:00 
			
		
		
		
	Updated new actions' input descriptions
This commit is contained in:
		
					parent
					
						
							
								56a0133650
							
						
					
				
			
			
				commit
				
					
						4b5f33df54
					
				
			
		
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -3,10 +3,10 @@ description: 'Restore Cache artifacts like dependencies and build outputs to imp
 | 
				
			||||||
author: 'GitHub'
 | 
					author: 'GitHub'
 | 
				
			||||||
inputs:
 | 
					inputs:
 | 
				
			||||||
  path:
 | 
					  path:
 | 
				
			||||||
    description: 'A list of files, directories, and wildcard patterns to cache and restore'
 | 
					    description: 'The same list of files, directories, and wildcard patterns to restore cache that were used while saving it'
 | 
				
			||||||
    required: true
 | 
					    required: true
 | 
				
			||||||
  key:
 | 
					  key:
 | 
				
			||||||
    description: 'An explicit key for restoring and saving the cache'
 | 
					    description: 'An explicit key for restoring the cache'
 | 
				
			||||||
    required: true
 | 
					    required: true
 | 
				
			||||||
  restore-keys:
 | 
					  restore-keys:
 | 
				
			||||||
    description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
 | 
					    description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,10 +3,10 @@ description: 'Save Cache artifacts like dependencies and build outputs to improv
 | 
				
			||||||
author: 'GitHub'
 | 
					author: 'GitHub'
 | 
				
			||||||
inputs:
 | 
					inputs:
 | 
				
			||||||
  path:
 | 
					  path:
 | 
				
			||||||
    description: 'A list of files, directories, and wildcard patterns to cache and restore'
 | 
					    description: 'A list of files, directories, and wildcard patterns to cache'
 | 
				
			||||||
    required: true
 | 
					    required: true
 | 
				
			||||||
  key:
 | 
					  key:
 | 
				
			||||||
    description: 'An explicit key for restoring and saving the cache'
 | 
					    description: 'An explicit key for saving the cache'
 | 
				
			||||||
    required: true
 | 
					    required: true
 | 
				
			||||||
  upload-chunk-size:
 | 
					  upload-chunk-size:
 | 
				
			||||||
    description: 'The chunk size used to split up large files during upload, in bytes'
 | 
					    description: 'The chunk size used to split up large files during upload, in bytes'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue