Skip to content

Commit

Permalink
Fixed forgotten example
Browse files Browse the repository at this point in the history
  • Loading branch information
koslib committed Sep 15, 2022
1 parent d5fae48 commit ceae908
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ Use the output of your command in later steps
- name: Get URL
id: url
uses: koslib/helm-eks-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
command: kubectl get svc my_svc -o json | jq -r '.status.loadBalancer.ingress[0].hostname'

Expand Down

0 comments on commit ceae908

Please sign in to comment.