Skip to content

Commit cd54045

Browse files
committed
env variables to upper case
1 parent fc3408f commit cd54045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
filePath: .\build\bump_version.ps1
2727
arguments: .\dbops.psd1
2828
env:
29-
git_user_email: $(gitUserEmail)
30-
git_username: $(gitUsername)
29+
GIT_USER_EMAIL: $(gitUserEmail)
30+
GIT_USERNAME: $(gitUsername)
3131
MY_ACCESS_TOKEN: $(System.AccessToken)

0 commit comments

Comments
 (0)