diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index 53e7ada..626da53 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -13,9 +13,9 @@ jobs: - uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} + key: gute-laune restore-keys: | - ${{ runner.os }}-composer- + gute-laune - run: composer install - run: composer fix - name: GIT commit and push all changed files