mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/cache
				synced 2025-10-31 08:51:08 +08:00 
			
		
		
		
	Fix referenced output key in save action readme (#1061)
Co-authored-by: Vipul <vsvipul@github.com> Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									5868318cdc
								
							
						
					
					
						commit
						22cbf49050
					
				| @ -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.outputs.key }} |     key: ${{ steps.restore-cache.outputs.cache-primary-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
	 Ruud Kamphuis
						Ruud Kamphuis