test
Some checks failed
/ ls (push) Failing after 16s

This commit is contained in:
lubiana 2023-10-17 20:57:28 +02:00
parent e7c1df5eb1
commit 4e8953ba46
No known key found for this signature in database

View file

@ -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