Skip to content

Commit 9472f48

Browse files
committed
Replace workspace with working-directory
1 parent c7bc462 commit 9472f48

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 ${{ github.working-directory }}:/app \
2323
-w /app \
2424
ghcr.io/craftzing/docker-images/php:8.4 \
2525
bash -c "

0 commit comments

Comments
 (0)