| 
									
										
										
										
											2022-12-08 17:39:12 +00:00
										 |  |  | name: 'Restore Only Cache'
 | 
					
						
							| 
									
										
										
										
											2022-11-25 09:16:56 +00:00
										 |  |  | description: 'Restore Cache artifacts like dependencies and build outputs to improve workflow execution time'
 | 
					
						
							|  |  |  | author: 'GitHub'
 | 
					
						
							|  |  |  | inputs:
 | 
					
						
							|  |  |  |   path:
 | 
					
						
							| 
									
										
										
										
											2022-12-12 18:50:09 +05:30
										 |  |  |     description: 'A list of files, directories, and wildcard patterns to restore'
 | 
					
						
							| 
									
										
										
										
											2022-11-25 09:16:56 +00:00
										 |  |  |     required: true
 | 
					
						
							|  |  |  |   key:
 | 
					
						
							| 
									
										
										
										
											2022-12-01 08:27:08 +00:00
										 |  |  |     description: 'An explicit key for restoring the cache'
 | 
					
						
							| 
									
										
										
										
											2022-11-25 09:16:56 +00:00
										 |  |  |     required: true
 | 
					
						
							|  |  |  |   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.'
 | 
					
						
							|  |  |  |     required: false
 | 
					
						
							|  |  |  | outputs:
 | 
					
						
							|  |  |  |   cache-hit:
 | 
					
						
							|  |  |  |     description: 'A boolean value to indicate an exact match was found for the primary key'
 | 
					
						
							| 
									
										
										
										
											2022-12-11 13:33:36 +00:00
										 |  |  |   cache-primary-key:
 | 
					
						
							| 
									
										
										
										
											2022-12-12 18:49:59 +05:30
										 |  |  |     description: 'A resolved cache key for which cache match was attempted'
 | 
					
						
							| 
									
										
										
										
											2022-12-11 13:33:36 +00:00
										 |  |  |   cache-restore-key:
 | 
					
						
							| 
									
										
										
										
											2022-12-12 18:49:53 +05:30
										 |  |  |     description: 'Restore key which was used to restore the cache. It will not be set in case there was an exact match with primary key itself'
 | 
					
						
							| 
									
										
										
										
											2022-11-25 09:16:56 +00:00
										 |  |  | runs:
 | 
					
						
							|  |  |  |   using: 'node16'
 | 
					
						
							| 
									
										
										
										
											2022-12-08 17:39:12 +00:00
										 |  |  |   main: '../dist/restore-only/index.js'
 | 
					
						
							| 
									
										
										
										
											2022-11-25 09:16:56 +00:00
										 |  |  | branding:
 | 
					
						
							|  |  |  |   icon: 'archive'
 | 
					
						
							| 
									
										
										
										
											2022-12-08 17:39:12 +00:00
										 |  |  |   color: 'gray-dark'
 |