From 86f98689e8edd0fe811e62b9b651a65b21ff5420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=99=EC=B0=AC?= <129833370+dongchandev@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:51:44 +0900 Subject: [PATCH] deploy --- .github/workflows/azure-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 290b824..ad859db 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -72,9 +72,9 @@ jobs: $info = $Env:AZURE_CREDENTIALS | ConvertFrom-Json -AsHashtable Write-Host "::add-mask::$($info.clientSecret)" - azd auth login \ - --client-id "$($info.clientId)" \ - --client-secret "$($info.clientSecret)" \ + azd auth login ` + --client-id "$($info.clientId)" ` + --client-secret "$($info.clientSecret)" ` --tenant-id "$($info.tenantId)" shell: pwsh env: