fixing key name
This commit is contained in:
parent
fee324fe80
commit
8f6ec3d7e4
|
@ -96,7 +96,7 @@ jobs:
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: docs/vendor/bundle
|
path: docs/vendor/bundle
|
||||||
keys: ${{runner.os}}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
key: ${{runner.os}}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gems-
|
${{ runner.os }}-gems-
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue