mirror of https://github.com/actions/cache.git
				
				
				
			Update caching-strategies.md (#1084)
Correct typo; `restore` should be `save'.
This commit is contained in:
		
							parent
							
								
									6c2de3ba98
								
							
						
					
					
						commit
						2b5a782c64
					
				|  | @ -182,7 +182,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-computing 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 `save` action. | ||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
|   - uses: actions/cache/restore@v3 |   - uses: actions/cache/restore@v3 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Kevin P. Fleming
						Kevin P. Fleming