Skip to content

Commit

Permalink
ci: make phpcsfixer job use GH bot account
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 4, 2025
1 parent a88a42f commit 99357d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
- name: Commit changes from php-cs-fixer
uses: EndBug/add-and-commit@v5
with:
author_name: "PHP CS Fixer"
author_email: "phpcsfixer@example.com"
author_name: "github-actions[bot]"
author_email: "github-actions[bot]@users.noreply.github.com"
message: Fix code style (php-cs-fixer)

phpstan:
Expand Down

0 comments on commit 99357d9

Please sign in to comment.