We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7e245 commit df738ebCopy full SHA for df738eb
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 "${{ inputs.workspace }}:/app" \
23
-w /app \
24
ghcr.io/craftzing/docker-images/php:8.4 \
25
bash -c "
0 commit comments