From feec25be0e899ab3723ce94a26551ea46bd72fc0 Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Wed, 23 Jun 2021 15:30:04 -0400 Subject: [PATCH] single quotes? --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 85ca985..8f381d9 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -31,7 +31,7 @@ jobs: # If index.js was different than expected, upload the expected version as an artifact - uses: actions/upload-artifact@v2 - if: ${{ steps.diff.conclusion == "failure" }} + if: ${{ steps.diff.conclusion == 'failure' }} with: name: index.js path: dist/index.js