Skip to content

Commit

Permalink
env variables to upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
nvarscar committed Dec 2, 2022
1 parent fc3408f commit cd54045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
filePath: .\build\bump_version.ps1
arguments: .\dbops.psd1
env:
git_user_email: $(gitUserEmail)
git_username: $(gitUsername)
GIT_USER_EMAIL: $(gitUserEmail)
GIT_USERNAME: $(gitUsername)
MY_ACCESS_TOKEN: $(System.AccessToken)

0 comments on commit cd54045

Please sign in to comment.