From 8c1703d0a1c618b5478f03e26b7e22fe346dd841 Mon Sep 17 00:00:00 2001 From: Oliver Gulich <70239916+oliverlabs@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:11:17 +0100 Subject: [PATCH] Update open-ai-app.yml az cli updated. --- .github/workflows/open-ai-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/open-ai-app.yml b/.github/workflows/open-ai-app.yml index f0a51b7..b7dd667 100644 --- a/.github/workflows/open-ai-app.yml +++ b/.github/workflows/open-ai-app.yml @@ -79,7 +79,7 @@ jobs: # Set the build during deployment setting to false. This setting was added in the templates to all azd to work, but breaks deployment via webapps-deploy - name: Azure CLI script - uses: azure/CLI@v1 + uses: azure/CLI@v2.1.0 with: inlineScript: | rg=$(az webapp list --query "[?name=='${{ secrets.AZURE_APP_SERVICE_NAME }}'].resourceGroup" --output tsv)