12
0
Fork 0
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:
Boris Staal 2023-04-09 13:33:15 -05:00
parent 99407ac540
commit 8e66c851bc
No known key found for this signature in database

View file

@ -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