From 99357d94dfc7949c4f600a5d194a903aaac4297b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 4 Jan 2025 15:37:20 +0100 Subject: [PATCH] ci: make phpcsfixer job use GH bot account --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e045614a..ef40e072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: