We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bc462 commit 9472f48Copy full SHA for 9472f48
1 file changed
.github/actions/php-cs-fixer/action.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Run php-cs-fixer inside the container
20
run: |
21
docker run --rm \
22
- -v ${{ github.workspace }}:/app \
+ -v ${{ github.working-directory }}:/app \
23
-w /app \
24
ghcr.io/craftzing/docker-images/php:8.4 \
25
bash -c "
0 commit comments