remove misplaced hyphen
This commit is contained in:
parent
857c8783bb
commit
34086b120f
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
- uses: actions/cache@v2
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue