Skip to content

Commit

Permalink
only git add php files
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 18, 2024
1 parent 7e122a8 commit 2e1bf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.name "Pantheon Robot"
DIFF=$(git diff-index --quiet HEAD || echo "true")
if [ "$DIFF" == "true" ]; then
git add .
git add *.php
git commit -m "PHPCBF: Fix coding standards" --no-verify
git push origin ${{ github.event.pull_request.head.ref }}
echo "changes_detected=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 2e1bf9e

Please sign in to comment.