From 30b98e4d2955073ca2bca92ca7b3d97fcd0191bf Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 13 Sep 2020 19:47:21 -0700 Subject: [PATCH] Single, not double quotes - refs #940 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a94a6b3..1db462a4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest needs: [deploy] if: | - !(contains(github.ref, "a") || contains(github.ref, "b")) + !(contains(github.ref, 'a') || contains(github.ref, 'b')) steps: - uses: actions/checkout@v2 - name: Build and push to Docker Hub