mirror of
https://github.com/actions/cache.git
synced 2024-11-23 04:19:02 +00:00
chore: Fix syntax error typo
This commit is contained in:
parent
9b7ef12f3e
commit
cd2aaa9df8
@ -128,7 +128,7 @@ jobs:
|
||||
.
|
||||
- name: Save Primes
|
||||
id: cache-primes-save
|
||||
- uses: actions/cache/save@v3
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: |
|
||||
path/to/dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user