diff --git a/.github/workflows/template-hub.yml b/.github/workflows/template-hub.yml index e21d7e0..d4d7681 100644 --- a/.github/workflows/template-hub.yml +++ b/.github/workflows/template-hub.yml @@ -31,7 +31,7 @@ jobs: $administratorLogin = '${{ secrets.PODCASTDB_USER_LOGIN }}' $administratorLoginPassword = '${{ secrets.PODCASTDB_USER_PASSWORD }}' $serverName = '${{ secrets.PODCASTDB_SERVER_NAME }}' - $apiName = '${{ secrets.API_RESOURCE_NAME }}'" + $apiName = '${{ secrets.API_RESOURCE_NAME }}' az deployment group create -n "$($deploymentName)" ` --resource-group "$($resourceGroupName)" `