diff --git a/.github/workflows/cs-fixser.yml b/.github/workflows/cs-fixser.yml index 9647d544..d17e5ecc 100644 --- a/.github/workflows/cs-fixser.yml +++ b/.github/workflows/cs-fixser.yml @@ -72,3 +72,10 @@ jobs: - name: Check Coding Standards run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff -vvv --using-cache=no + + - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Apply php-cs-fixer changes + branch: ${{ github.head_ref }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}