Skip to content

Commit 33b103d

Browse files
author
Workflow Sync Bot
committed
💬 - Files Synced | Runner ID : 181 | ⚡ Triggered By fuelviews/github-workflow-sync
1 parent 9347166 commit 33b103d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/php-cs-fixer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if [ -f ./.php-cs-fixer.dist.php ]; then
2727
echo "ARGS=--config=.php-cs-fixer.dist.php --allow-risky=yes" >> "$GITHUB_OUTPUT"
2828
else
29-
echo "ARGS=fix . --allow-risky=yes" >> "$GITHUB_OUTPUT"
29+
echo "ARGS=. --allow-risky=yes" >> "$GITHUB_OUTPUT"
3030
fi
3131
3232
- name: Run PHP CS Fixer

0 commit comments

Comments
 (0)