From fe17705ca9f8b0bc7509c6bc6d2f0b5575c82ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 7 Jun 2025 01:13:33 +0200 Subject: [PATCH] Use github-actions[bot] for phpcsfixer in CI (fix #29) --- .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 99cd11f..921cfcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,6 @@ 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)