1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:14:03 +00:00
This commit is contained in:
abrardev99-bot 2022-10-13 14:28:54 +05:00 committed by GitHub
parent 873b68cbf7
commit dfcfa43c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ jobs:
name: Code style (php-cs-fixer)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v9
- uses: actions/checkout@v2
with:
token: ${{ github.token }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
@ -101,7 +101,7 @@ 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: EndBug/add-and-commit@v5
uses: EndBug/add-and-commit@v9
with:
author_name: "PHP CS Fixer"
author_email: "phpcsfixer@example.com"