mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24:03 +00:00
ci: make phpcsfixer job use GH bot account
This commit is contained in:
parent
a88a42fbbf
commit
99357d94df
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -136,8 +136,8 @@ jobs:
|
||||||
- name: Commit changes from php-cs-fixer
|
- name: Commit changes from php-cs-fixer
|
||||||
uses: EndBug/add-and-commit@v5
|
uses: EndBug/add-and-commit@v5
|
||||||
with:
|
with:
|
||||||
author_name: "PHP CS Fixer"
|
author_name: "github-actions[bot]"
|
||||||
author_email: "phpcsfixer@example.com"
|
author_email: "github-actions[bot]@users.noreply.github.com"
|
||||||
message: Fix code style (php-cs-fixer)
|
message: Fix code style (php-cs-fixer)
|
||||||
|
|
||||||
phpstan:
|
phpstan:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue