mirror of
https://github.com/actions/cache.git
synced 2025-04-01 19:06:35 +00:00
Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
parent
c275d5161a
commit
5d3c4042ec
1 changed files with 0 additions and 1 deletions
|
@ -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 }}
|
||||
```
|
||||
|
||||
### 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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue