From 3303ac23a7753fdf4042e4c0ae234c3a955328de Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Fri, 23 Jan 2026 20:19:44 +0300 Subject: [PATCH] feat(php): Fix composer cache behaviour --- .github/actions/php/prepare/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/php/prepare/action.yaml b/.github/actions/php/prepare/action.yaml index 28be8f31..68477611 100644 --- a/.github/actions/php/prepare/action.yaml +++ b/.github/actions/php/prepare/action.yaml @@ -34,7 +34,6 @@ runs: shell: bash id: composer-cache run: | - cd ${{ inputs.work-directory }} echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Restore Composer Cache