From 62c33dee047006f34695304bb812c16ab77f849b Mon Sep 17 00:00:00 2001 From: Deepak Sattiraju Date: Tue, 10 Sep 2019 20:13:48 +0530 Subject: [PATCH] fixes #28 --- aks-set-context/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aks-set-context/README.md b/aks-set-context/README.md index d14cb91..afdcb90 100644 --- a/aks-set-context/README.md +++ b/aks-set-context/README.md @@ -6,8 +6,8 @@ Used for setting the target AKS cluster context which will be used by other acti uses: azure/k8s-actions/aks-set-context@master with: creds: '${{ secrets.AZURE_CREDENTIALS }}' # Azure credentials - resourceGroupName: '' - clusterName: '' + resource-group-name: '' + cluster-name: '' id: login ```