File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -510,11 +510,11 @@ jobs:
510510 $source_json = "FE/resources/app/out/file/identity.getfiddler.com/oauth/token.json"
511511 $main_content = Get-Content -Path $source_json -Raw | ConvertFrom-Json
512512
513- $json .user_info.email = $env:PATCH_USER_EMAIL
514- $json .user_info.firstName = $env:PATCH_USER_FNAME
515- $json .user_info.lastName = $env:PATCH_USER_LNAME
516- $json .user_info.country = $env:PATCH_USER_COUNTRYCODE
517- $json .user_info.identities[0].providerName = $env:PATCH_USER_PROVIDER
513+ $main_content .user_info.email = $env:PATCH_USER_EMAIL
514+ $main_content .user_info.firstName = $env:PATCH_USER_FNAME
515+ $main_content .user_info.lastName = $env:PATCH_USER_LNAME
516+ $main_content .user_info.country = $env:PATCH_USER_COUNTRYCODE
517+ $main_content .user_info.identities[0].providerName = $env:PATCH_USER_PROVIDER
518518
519519 $main_content | ConvertTo-Json -Depth 5 | Set-Content -Path $source_json
520520
You can’t perform that action at this time.
0 commit comments