parent
c769aa5fe4
commit
90ce46d9d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue