From 07b62399317326400becb5a353a0f5769e607168 Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Sun, 26 May 2024 14:36:17 +0900 Subject: [PATCH] update simple php workflow --- .github/workflows/php-simple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-simple.yml b/.github/workflows/php-simple.yml index 69227a9..b6923b4 100644 --- a/.github/workflows/php-simple.yml +++ b/.github/workflows/php-simple.yml @@ -36,7 +36,7 @@ jobs: id: check_files uses: andstor/file-existence-action@v1 with: - files: 'composer.json' + files: '${{ env.WORKING_DIRECTORY }}/composer.json' - name: Run composer install if composer.json exists if: steps.check_files.outputs.files_exists == 'true'