mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +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
 | 
			
		||||
uses: actions/cache/save@v3
 | 
			
		||||
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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user