mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 04:05:46 -05:00
chore: Fix syntax error typo
This commit is contained in:
parent
9b7ef12f3e
commit
cd2aaa9df8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue