Skip to content

Commit

Permalink
Update github_tools.py (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored May 9, 2019
1 parent 2bf87b1 commit d673282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure_devtools/ci_tools/github_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def configure_user(gh_token, repo):
git config --global user.name "Your Name"
"""
user = user_from_token(gh_token)
repo.git.config('user.email', user.email or 'aspysdk2@microsoft.com')
repo.git.config('user.email', user.email or 'adxpysdk@microsoft.com')
repo.git.config('user.name', user.name or 'SwaggerToSDK Automation')

def get_full_sdk_id(gh_token, sdk_git_id):
Expand Down

0 comments on commit d673282

Please sign in to comment.