test
All checks were successful
/ ls (push) Successful in 22s

This commit is contained in:
lubiana 2023-10-17 20:46:41 +02:00
parent c769aa5fe4
commit 90ce46d9d1
No known key found for this signature in database

View file

@ -13,9 +13,9 @@ jobs:
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
path: ${{ steps.composer-cache.outputs.dir }} path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} key: gute-laune
restore-keys: | restore-keys: |
${{ runner.os }}-composer- gute-laune
- run: composer install - run: composer install
- run: composer fix - run: composer fix
- name: GIT commit and push all changed files - name: GIT commit and push all changed files