Skip to content

Commit 12ead65

Browse files
committed
parameter must be a valid JSON object
1 parent 27d5f4c commit 12ead65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4545
template-file: ${{ env.TEMPLATE_FILE }}
4646
resource-group-name: ${{ env.RESOURCE_GROUP }}
47-
parameters: '{"registryName":"${{ env.REGISTRY_NAME }}","clusterName":"${{ env.CLUSTER_NAME }}","resourceGroupName":"${{ env.RESOURCE_GROUP }}","location":"${{ env.LOCATION }}"}, "gpuVMSKU":"${{ env.GPUSKU }}"'
47+
parameters: '{"registryName":"${{ env.REGISTRY_NAME }}","clusterName":"${{ env.CLUSTER_NAME }}","resourceGroupName":"${{ env.RESOURCE_GROUP }}","location":"${{ env.LOCATION }}", "gpuVMSKU":"${{ env.GPUSKU }}"}'

0 commit comments

Comments
 (0)