Skip to content

Commit

Permalink
💬 - Files Synced | Runner ID : 181 | ⚡ Triggered By fuelviews/github-…
Browse files Browse the repository at this point in the history
…workflow-sync
  • Loading branch information
Workflow Sync Bot committed Jan 8, 2025
1 parent 2b860ee commit 962f0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if [ -f ./.php-cs-fixer.dist.php ]; then
echo "ARGS=--config=.php-cs-fixer.dist.php --allow-risky=yes" >> "$GITHUB_OUTPUT"
else
echo "ARGS=fix . --allow-risky=yes" >> "$GITHUB_OUTPUT"
echo "ARGS=. --allow-risky=yes" >> "$GITHUB_OUTPUT"
fi
- name: Run PHP CS Fixer
Expand Down

0 comments on commit 962f0bd

Please sign in to comment.