parent
e7c1df5eb1
commit
4e8953ba46
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
- run: composer install
|
||||
- uses: actions/cache/save@v3
|
||||
id: save-cache
|
||||
if: steps.restore-cache.outpus.cache-hit != 'true
|
||||
if: steps.restore-cache.outputs.cache-hit != 'true
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
key: composer-cache
|
||||
|
|
Loading…
Reference in a new issue