mirror of
https://github.com/actions/cache.git
synced 2024-11-10 00:11:46 +01: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
|
- name: Save Primes
|
||||||
id: cache-primes-save
|
id: cache-primes-save
|
||||||
- uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
path/to/dependencies
|
path/to/dependencies
|
||||||
|
|
Loading…
Reference in a new issue