Skip to content

Commit 178d04d

Browse files
committed
fix phpcsfixer CI action
1 parent f781ff9 commit 178d04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
- name: Commit changes from php-cs-fixer
6262
uses: EndBug/add-and-commit@v5
6363
with:
64-
author_name: "PHP CS Fixer"
65-
author_email: "phpcsfixer@example.com"
64+
author_name: "github-actions[bot]"
65+
author_email: "github-actions[bot]@users.noreply.github.com"
6666
message: Fix code style (php-cs-fixer)

0 commit comments

Comments
 (0)