File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
eng/templates/official/jobs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 if($newLibraryVersion -match '(\d)+.(\d)+.(\d)+') {
6161 # Create GitHub credential
6262 git config --global user.name "AzureFunctionsPython"
63- git config --global user.email "funcdisc @microsoft.com"
63+ git config --global user.email "azfunc @microsoft.com"
6464
6565 # Clone Repository
6666 git clone https://[email protected] /Azure/azure-functions-python-library @@ -131,7 +131,7 @@ jobs:
131131 if($newLibraryVersion -match '(\d)+.(\d)+.(\d)+') {
132132 # Create GitHub credential
133133 git config --global user.name "AzureFunctionsPython"
134- git config --global user.email "funcdisc @microsoft.com"
134+ git config --global user.email "azfunc @microsoft.com"
135135
136136 # Create GitHub credential
137137 $credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}"))
@@ -237,7 +237,7 @@ jobs:
237237 if($newLibraryVersion -match '(\d)+.(\d)+.(\d)+') {
238238 # Create GitHub credential
239239 git config --global user.name "AzureFunctionsPython"
240- git config --global user.email "funcdisc @microsoft.com"
240+ git config --global user.email "azfunc @microsoft.com"
241241
242242 # Clone Repository
243243 git clone https://[email protected] /Azure/azure-functions-python-library
You can’t perform that action at this time.
0 commit comments