Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eXorus committed Aug 18, 2019
1 parent b9c3cb1 commit 895bde2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -22,9 +22,10 @@ jobs:
git config --global user.name "PHP CS Fixer"
git checkout auto-commit
git status
git add .
git add src
git add tests
git status
git commit -m "test fixer" || echo "No changes found. Nothing to commit."
git commit -m "PHP CS Fixer" || echo "No changes found. Nothing to commit."
git status
git push
Expand Down

0 comments on commit 895bde2

Please sign in to comment.