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