From 53437e692a9869808af6b95de4183027985017ca Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 30 Apr 2021 22:42:32 -0400 Subject: [PATCH] space --- .github/workflows/use-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index e17752f..dcb1681 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -45,7 +45,7 @@ jobs: KO_DOCKER_REPO: already-set - name: Check pre-set KO_DOCKER_REPO run: | - if [[ "${KO_DOCKER_REPO}" != "already-set"]]; then + if [[ "${KO_DOCKER_REPO}" != "already-set" ]]; then echo "${KO_DOCKER_REPO} != already-set" exit 1 fi