From 64d4ab865e699b30c116face607084d69081cc90 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 20 Jul 2022 17:57:38 +0500 Subject: [PATCH] php-cs-fixer workflow same as template --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09d7faca..3cbda814 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,5 +42,5 @@ jobs: uses: EndBug/add-and-commit@v5 with: author_name: "PHP CS Fixer" - author_email: "samuel@archte.ch" + author_email: "phpcsfixer@example.com" message: Fix code style (php-cs-fixer)