mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:54:05 +00:00
revert CI changes
This commit is contained in:
parent
51c1c2eddf
commit
1ac35bd602
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue