1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:14:04 +00:00

ci: make phpcsfixer job use GH bot account

This commit is contained in:
Samuel Štancl 2025-01-04 15:37:20 +01:00
parent a88a42fbbf
commit 99357d94df

View file

@ -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: