From b6653526699befe0b18c994b608c11cfa6d9f69b Mon Sep 17 00:00:00 2001 From: lubiana Date: Wed, 18 Oct 2023 17:53:01 +0200 Subject: [PATCH] test --- .forgejo/workflows/push.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index 217239a..e78aa98 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -10,18 +10,12 @@ jobs: id: composer-cache run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v3 + - uses: actions/cache@v3 id: restore-cache with: path: ${{ steps.composer-cache.outputs.dir }} key: composer-cache - run: composer install - - uses: actions/cache/save@v3 - id: save-cache - if: steps.restore-cache.outputs.cache-hit != 'true - with: - path: ${{ steps.composer-cache.outputs.dir }} - key: composer-cache - run: composer fix - name: GIT commit and push all changed files env: