Single, not double quotes - refs #940

This commit is contained in:
Simon Willison 2020-09-13 19:47:21 -07:00 committed by GitHub
commit 30b98e4d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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