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 361ea8f commit c85c99dCopy full SHA for c85c99d
.circleci/config.yml
@@ -52,8 +52,8 @@ commands:
52
- run:
53
name: 🔧 Configuring git user
54
command: |
55
- git config --global user.email "[email protected]"
56
- git config --global user.name "ci-build"
+ git config --global user.email "[email protected]"
+ git config --global user.name "ChildMindInstituteCNL"
57
58
name: 🔀 Combining new docs with existing docs
59
0 commit comments