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