mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 01:24:02 +00:00 
			
		
		
		
	Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
		
							parent
							
								
									c275d5161a
								
							
						
					
					
						commit
						5d3c4042ec
					
				@ -70,7 +70,6 @@ Caches scoped to the particular workflow run id or run attempt can be stored and
 | 
				
			|||||||
    key: cache-${{ github.run_id }}-${{ github.run_attempt }}
 | 
					    key: cache-${{ github.run_id }}-${{ github.run_attempt }}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Limiting cache for a particular commit
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
For very short term or isolated use cases, where cache is supposed to be short lived, commit sha can be used.
 | 
					For very short term or isolated use cases, where cache is supposed to be short lived, commit sha can be used.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user