Skip to content

Commit 8d5a8d3

Browse files
committed
Added git config for username and email
1 parent 4344c55 commit 8d5a8d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/weekly-examples-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
targetType: inline
7979
pwsh: true
8080
script: |
81+
git config --global user.email "[email protected]"
82+
git config --global user.name "Microsoft Graph DevX Tooling"
8183
git status
8284
git add .
8385
git commit -m "Updating examples"

0 commit comments

Comments
 (0)