Skip to content

Commit 5dfc316

Browse files
committed
username and email string
1 parent 8fb77e6 commit 5dfc316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/download-openapidocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ steps:
4545
inputs:
4646
targetType: 'inline'
4747
script: |
48-
git config --global user.email $(GitUserEmail)
49-
git config --global user.name $(GitUserName)
48+
git config --global user.email '$(GitUserEmail)'
49+
git config --global user.name '$(GitUserName)''
5050
5151
- task: PowerShell@2
5252
displayName: "Show Directory"

0 commit comments

Comments
 (0)