Skip to content

Commit

Permalink
Update php-cs-fixer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eXorus committed Aug 18, 2019
1 parent 2c2e5ef commit 48bb0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
./vendor/bin/php-cs-fixer fix tests
- name: Auto Commit
run: |
git remote set-url origin https://eXorus:${{ secrets.GITHUB_TOKEN }}@github.com/php-mime-mail-parser/php-mime-mail-parser
git remote set-url origin https://eXorus:${{ secrets.TADA }}@github.com/php-mime-mail-parser/php-mime-mail-parser
git config --global user.email "you@example.com"
git config --global user.name "PHP CS Fixer"
git checkout auto-commit
Expand Down

0 comments on commit 48bb0a4

Please sign in to comment.