Skip to content

Commit c85c99d

Browse files
committed
👷 Set machine user as CI commiter
1 parent 361ea8f commit c85c99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ commands:
5252
- run:
5353
name: 🔧 Configuring git user
5454
command: |
55-
git config --global user.email "[email protected]"
56-
git config --global user.name "ci-build"
55+
git config --global user.email "[email protected]"
56+
git config --global user.name "ChildMindInstituteCNL"
5757
- run:
5858
name: 🔀 Combining new docs with existing docs
5959
command: |

0 commit comments

Comments
 (0)