mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 18:34:19 +08:00 
			
		
		
		
	save/README.md: Fix typo in example (#1040)
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									b053f2b699
								
							
						
					
					
						commit
						60c7666709
					
				| @ -54,7 +54,7 @@ Case 1: Where an user would want to reuse the key as it is | |||||||
| ```yaml | ```yaml | ||||||
| uses: actions/cache/save@v3 | uses: actions/cache/save@v3 | ||||||
| with: | with: | ||||||
|     key: steps.restore-cache.output.key |     key: ${{ steps.restore-cache.outputs.key }} | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| Case 2: Where the user would want to re-evaluate the key | Case 2: Where the user would want to re-evaluate the key | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Markus Mützel
						Markus Mützel