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 5a804a7 commit 91cee63Copy full SHA for 91cee63
.github/workflows/issue-comment.yml
@@ -45,8 +45,8 @@ jobs:
45
46
- name: Configure Git
47
run: |
48
- git config --global user.name "MyCoder (On behalf of ${{ github.event.comment.user.login }})"
49
- git config --global user.email "bot@mycoder.ai"
+ git config --global user.name "Ben Houston (via MyCoder)"
+ git config --global user.email "neuralsoft@gmail.com"
50
51
- run:
52
pnpm install -g mycoder
0 commit comments