From ceae90852fe3246252da737da065ec24f8388975 Mon Sep 17 00:00:00 2001 From: Konstantinos Livieratos Date: Thu, 15 Sep 2022 23:12:10 +0200 Subject: [PATCH] Fixed forgotten example --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 173dc2a..4328972 100644 --- a/README.md +++ b/README.md @@ -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'