1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

revert CI changes

This commit is contained in:
Abrar Ahmad 2022-10-12 16:37:56 +05:00
parent 51c1c2eddf
commit 1ac35bd602

View file

@ -97,10 +97,9 @@ jobs:
- name: Run php-cs-fixer
run: $HOME/.composer/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php
- name: Commit changes from php-cs-fixer
uses: stefanzweifel/git-auto-commit-action@v4
uses: EndBug/add-and-commit@v5
with:
branch: ${{ github.head_ref }}
commit_author: "PHP CS Fixer"
commit_user_email: "phpcsfixer@example.com"
commit_message: Fix code style (php-cs-fixer)
author_name: "PHP CS Fixer"
author_email: "phpcsfixer@example.com"
message: Fix code style (php-cs-fixer)