We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f781ff9 commit 178d04dCopy full SHA for 178d04d
.github/workflows/ci.yml
@@ -61,6 +61,6 @@ jobs:
61
- name: Commit changes from php-cs-fixer
62
uses: EndBug/add-and-commit@v5
63
with:
64
- author_name: "PHP CS Fixer"
65
- author_email: "phpcsfixer@example.com"
+ author_name: "github-actions[bot]"
+ author_email: "github-actions[bot]@users.noreply.github.com"
66
message: Fix code style (php-cs-fixer)
0 commit comments