mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 03:04:01 +00:00 
			
		
		
		
	Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
		
							parent
							
								
									e872158b55
								
							
						
					
					
						commit
						1ee1ddeccb
					
				@ -188,7 +188,7 @@ steps:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Reusing primary key from restore cache as input to save action
 | 
					### Reusing primary key from restore cache as input to save action
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you want to avoid re-writing the cache key again in `save` action, the outputs from `restore` action can be used as input to the `restore` action.
 | 
					If you want to avoid re-computing the cache key again in `save` action, the outputs from `restore` action can be used as input to the `restore` action.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
  - uses: actions/cache/restore@v3
 | 
					  - uses: actions/cache/restore@v3
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user