From 50f25a57c6b6639dd81b24af86a186c5ede17003 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Fri, 23 Jan 2026 20:05:03 +0300 Subject: [PATCH] feat(php): try to fix working directory in ".github/actions/*" (part 3) --- .github/actions/php/prepare/action.yaml | 2 +- .github/workflows/reusable-php-checks-v2.yaml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/actions/php/prepare/action.yaml b/.github/actions/php/prepare/action.yaml index 2e1600fd..28be8f31 100644 --- a/.github/actions/php/prepare/action.yaml +++ b/.github/actions/php/prepare/action.yaml @@ -13,7 +13,7 @@ inputs: work-directory: description: 'Working Directory' required: false - default: '.' + default: 'packages/core-v2' runs: using: composite diff --git a/.github/workflows/reusable-php-checks-v2.yaml b/.github/workflows/reusable-php-checks-v2.yaml index 3e1f94bb..2df0370b 100644 --- a/.github/workflows/reusable-php-checks-v2.yaml +++ b/.github/workflows/reusable-php-checks-v2.yaml @@ -26,8 +26,6 @@ jobs: git config --global core.eol lf - uses: rees46/workflow/.github/actions/php/prepare@master - with: - working-directory: ${{ inputs.working-directory }} - name: Composer Audit working-directory: ${{ inputs.working-directory }} @@ -54,8 +52,6 @@ jobs: git config --global core.eol lf - uses: rees46/workflow/.github/actions/php/prepare@master - with: - working-directory: ${{ inputs.working-directory }} - name: Static Analysis working-directory: ${{ inputs.working-directory }} @@ -78,8 +74,6 @@ jobs: git config --global core.eol lf - uses: rees46/workflow/.github/actions/php/prepare@master - with: - working-directory: ${{ inputs.working-directory }} - name: Check Code Style working-directory: ${{ inputs.working-directory }} @@ -119,8 +113,6 @@ jobs: git config --global core.eol lf - uses: rees46/workflow/.github/actions/php/prepare@master - with: - working-directory: ${{ inputs.working-directory }} - name: Symfony Container Tests working-directory: ${{ inputs.working-directory }}