Skip to content

Commit d673282

Browse files
authored
Update github_tools.py (#55)
1 parent 2bf87b1 commit d673282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure_devtools/ci_tools/github_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def configure_user(gh_token, repo):
8989
git config --global user.name "Your Name"
9090
"""
9191
user = user_from_token(gh_token)
92-
repo.git.config('user.email', user.email or 'aspysdk2@microsoft.com')
92+
repo.git.config('user.email', user.email or 'adxpysdk@microsoft.com')
9393
repo.git.config('user.name', user.name or 'SwaggerToSDK Automation')
9494

9595
def get_full_sdk_id(gh_token, sdk_git_id):

0 commit comments

Comments
 (0)