Skip to content

Commit

Permalink
fix composer working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed May 30, 2024
1 parent 04e0a40 commit 782af71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 782af71

Please sign in to comment.