From 51c1c2eddffec911234384abf8eae691dfc2d60d Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 12 Oct 2022 16:11:03 +0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74efdc55..bdf08677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,7 @@ jobs: - name: Commit changes from php-cs-fixer uses: stefanzweifel/git-auto-commit-action@v4 with: + branch: ${{ github.head_ref }} commit_author: "PHP CS Fixer" commit_user_email: "phpcsfixer@example.com" commit_message: Fix code style (php-cs-fixer)