From 782af719305049dab960eaf5bfdfa8a10467bf10 Mon Sep 17 00:00:00 2001 From: Merlin Date: Thu, 30 May 2024 14:10:53 +0000 Subject: [PATCH] fix composer working dir --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bbb44a9..9b8e4ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,8 @@ jobs: - uses: actions/checkout@master - name: Install dependencies uses: php-actions/composer@v6 - working-directory: ./friendly-captcha + with: + working_dir: "friendly-captcha" - name: WordPress Plugin Deploy uses: nk-o/action-wordpress-plugin-deploy@master env: