Skip to content

Commit

Permalink
Update repo name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquín Moreira authored Mar 16, 2020
1 parent 9d6b213 commit 45766fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Trigger deploy
uses: Consensys/k8s-gh-action@master
uses: Consensys/kubernetes-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
aws-region: us-east-1

- name: Trigger deploy
uses: Consensys/k8s-gh-action@master
uses: Consensys/kubernetes-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ Make sure your users has the proper IAM permissions to access your cluster and t
```yaml
- name: Save container image
id: image-save
uses: Consensys/k8s-gh-action@master
uses: Consensys/kubernetes-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
Expand Down

0 comments on commit 45766fa

Please sign in to comment.