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 ```