Skip to content

Commit df738eb

Browse files
committed
Replace github with inputs
1 parent da7e245 commit df738eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/php-cs-fixer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run php-cs-fixer inside the container
2020
run: |
2121
docker run --rm \
22-
-v "${{ github.workspace }}:/app" \
22+
-v "${{ inputs.workspace }}:/app" \
2323
-w /app \
2424
ghcr.io/craftzing/docker-images/php:8.4 \
2525
bash -c "

0 commit comments

Comments
 (0)