mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
fix phpcsfixer CI action
This commit is contained in:
parent
f781ff9572
commit
178d04d12c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -61,6 +61,6 @@ jobs:
|
|||
- name: Commit changes from php-cs-fixer
|
||||
uses: EndBug/add-and-commit@v5
|
||||
with:
|
||||
author_name: "PHP CS Fixer"
|
||||
author_email: "phpcsfixer@example.com"
|
||||
author_name: "github-actions[bot]"
|
||||
author_email: "github-actions[bot]@users.noreply.github.com"
|
||||
message: Fix code style (php-cs-fixer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue