diff --git a/.github/workflows/CAdeploy.yml b/.github/workflows/CAdeploy.yml index 6452094aa..0706f5061 100644 --- a/.github/workflows/CAdeploy.yml +++ b/.github/workflows/CAdeploy.yml @@ -123,7 +123,7 @@ jobs: set -e echo "Getting AI Services name..." # Get the AI Services name from the deployment output - ai_services_name = $(az cognitiveservices account list -g ${{ env.RESOURCE_GROUP_NAME }} --query "[0].name" -o tsv) + ai_services_name=$(az cognitiveservices account list -g ${{ env.RESOURCE_GROUP_NAME }} --query "[0].name" -o tsv) echo "AI_SERVICES_NAME=${ai_services_name}" >> $GITHUB_ENV - name: List KeyVaults and Store in Array