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 8a97876 commit 1b1357fCopy full SHA for 1b1357f
.github/workflows/coding-standards.yml
@@ -50,8 +50,6 @@ jobs:
50
51
- name: "Install dependencies with Composer"
52
uses: "ramsey/composer-install@3.1.0"
53
- with:
54
- composer-options: "--no-suggest"
55
56
- name: "Format the code"
57
continue-on-error: true
@@ -66,4 +64,9 @@ jobs:
66
64
- name: "Commit the changes"
67
65
uses: stefanzweifel/git-auto-commit-action@v5
68
with:
69
- commit_message: "apply phpcbf formatting"
+ commit_message: "Apply PHP CS fixes"
+ commit_user_name: 'mongodb-dbx-release-bot'
+ commit_user_email: '167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com'
70
+ commit_author: 'mongodb-php-bot <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>'
71
+
72
0 commit comments