From 708d8d06ba0d982023bdfaa91f76a7be4d74e81b Mon Sep 17 00:00:00 2001 From: Kyle June Date: Thu, 13 Jul 2023 23:00:03 -0400 Subject: [PATCH] Add spaces --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c170074..f1fdfb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - id: secrets name: Get secrets run: | - if ["${{ secrets.CODECOV_TOKEN }}" != ""] + if [ "${{ secrets.CODECOV_TOKEN }}" != "" ] then echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" >> $GITHUB_OUTPUT; fi