From a6b75e8c9efa108178f45f031d3ec5a8b377ad69 Mon Sep 17 00:00:00 2001 From: Sebastian Alvis Date: Fri, 2 Oct 2020 11:10:50 -0700 Subject: [PATCH] Add in the hyphen to make the Helm commands a step It got deleted in deleting the image build blocks --- .github/workflows/deploy-aws-hub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-aws-hub.yaml b/.github/workflows/deploy-aws-hub.yaml index e7ffe8b3..97bdaa35 100644 --- a/.github/workflows/deploy-aws-hub.yaml +++ b/.github/workflows/deploy-aws-hub.yaml @@ -29,7 +29,7 @@ jobs: with: entrypoint: /bin/bash args: -c "echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - && git crypt status" - name: Setup Helm + - name: Setup Helm run: | curl https://get.helm.sh/helm-v3.1.2-linux-amd64.tar.gz | tar -xzf - sudo mv linux-amd64/helm $HELM_EXECUTABLE