mirror of
https://github.com/actions/cache.git
synced 2026-07-03 21:59:30 +00:00
Update README.md
This commit is contained in:
parent
99407ac540
commit
8e66c851bc
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
|
||||
- name: Cache Primes
|
||||
id: cache-primes
|
||||
uses: actions/cache@v3
|
||||
uses: justvanilla/shared-gha-cache@s3
|
||||
with:
|
||||
path: prime-numbers
|
||||
key: ${{ runner.os }}-primes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue