diff --git a/.github/workflows/lint-php-files.yml b/.github/workflows/lint-php-files.yml index e00b1897..b2e5f4e8 100644 --- a/.github/workflows/lint-php-files.yml +++ b/.github/workflows/lint-php-files.yml @@ -85,5 +85,6 @@ jobs: with: commit_message: 'style(php-cs-fixer): lint php files and fix coding standards' branch: ${{ github.head_ref }} + commit_author: "github-actions " env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}