1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-02 04:57:46 +02:00

Update CACHING.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
Sankalp Kotewar 2023-01-11 10:07:06 +05:30 committed by GitHub
parent 5d3c4042ec
commit 450aa947df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ Caches scoped to the particular workflow run id or run attempt can be stored and
```
For very short term or isolated use cases, where cache is supposed to be short lived, commit sha can be used.
On similar lines, commit sha can be used to create a very specialized and short lived cache.
```yaml
- uses: actions/cache@v3