From 90ce46d9d10dac6fbfdd92fb38106c77522f74b2 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 17 Oct 2023 20:46:41 +0200 Subject: [PATCH] test --- .forgejo/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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