Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
thesattiraju committed Sep 10, 2019
1 parent 384ec72 commit 62c33de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aks-set-context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<resource group name>'
clusterName: '<cluster name>'
resource-group-name: '<resource group name>'
cluster-name: '<cluster name>'
id: login
```

Expand Down

0 comments on commit 62c33de

Please sign in to comment.