|
60 | 60 | if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') {
|
61 | 61 | # Create GitHub credential
|
62 | 62 | git config --global user.name "AzureFunctionsPython"
|
63 |
| - git config --global user.email "funcdisc@microsoft.com" |
| 63 | + git config --global user.email "azfunc@microsoft.com" |
64 | 64 |
|
65 | 65 | # Clone Repository
|
66 | 66 | git clone https://[email protected]/Azure/azure-functions-python-worker
|
@@ -181,7 +181,7 @@ jobs:
|
181 | 181 | if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') {
|
182 | 182 | # Create GitHub credential
|
183 | 183 | git config --global user.name "AzureFunctionsPython"
|
184 |
| - git config --global user.email "funcdisc@microsoft.com" |
| 184 | + git config --global user.email "azfunc@microsoft.com" |
185 | 185 |
|
186 | 186 | # Create GitHub credential
|
187 | 187 | $credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}"))
|
@@ -263,7 +263,7 @@ jobs:
|
263 | 263 | if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') {
|
264 | 264 | # Create GitHub credential
|
265 | 265 | git config --global user.name "AzureFunctionsPython"
|
266 |
| - git config --global user.email "funcdisc@microsoft.com" |
| 266 | + git config --global user.email "azfunc@microsoft.com" |
267 | 267 |
|
268 | 268 | # Create GitHub credential
|
269 | 269 | $credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}"))
|
@@ -361,7 +361,7 @@ jobs:
|
361 | 361 | if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') {
|
362 | 362 | # Create GitHub credential
|
363 | 363 | git config --global user.name "AzureFunctionsPython"
|
364 |
| - git config --global user.email "funcdisc@microsoft.com" |
| 364 | + git config --global user.email "azfunc@microsoft.com" |
365 | 365 |
|
366 | 366 | # Clone Repository
|
367 | 367 | git clone https://[email protected]/Azure/azure-functions-python-worker
|
|
0 commit comments