Skip to content

Commit 1b1357f

Browse files
committed
Use internal driver tools to commit change
1 parent 8a97876 commit 1b1357f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050

5151
- name: "Install dependencies with Composer"
5252
uses: "ramsey/composer-install@3.1.0"
53-
with:
54-
composer-options: "--no-suggest"
5553

5654
- name: "Format the code"
5755
continue-on-error: true
@@ -66,4 +64,9 @@ jobs:
6664
- name: "Commit the changes"
6765
uses: stefanzweifel/git-auto-commit-action@v5
6866
with:
69-
commit_message: "apply phpcbf formatting"
67+
commit_message: "Apply PHP CS fixes"
68+
commit_user_name: 'mongodb-dbx-release-bot'
69+
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

Comments
 (0)