Skip to content

Commit 5901576

Browse files
authored
Update cp_dispatch.yml
1 parent ee7ea05 commit 5901576

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cp_dispatch.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)