From 22991db00e8e95f80f7b5ff7252278edb6139ee7 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 16 Dec 2024 11:03:22 +0300 Subject: [PATCH] fix --- .github/workflows/yiisoft-di.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/yiisoft-di.yml b/.github/workflows/yiisoft-di.yml index 3b0b8f1..5ee3424 100644 --- a/.github/workflows/yiisoft-di.yml +++ b/.github/workflows/yiisoft-di.yml @@ -59,8 +59,9 @@ jobs: coverage: none - name: Install Composer dependencies - working-directory: ${{ github.workspace }}/di-repo uses: "ramsey/composer-install@v3" + with: + working-directory: di-repo - name: Configure Yii Definitions usage working-directory: ${{ github.workspace }}/di-repo