mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-07-14 23:35:40 +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
|
- name: Cache Primes
|
||||||
id: cache-primes
|
id: cache-primes
|
||||||
uses: actions/cache@v3
|
uses: justvanilla/shared-gha-cache@s3
|
||||||
with:
|
with:
|
||||||
path: prime-numbers
|
path: prime-numbers
|
||||||
key: ${{ runner.os }}-primes
|
key: ${{ runner.os }}-primes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue