Update minify-map-json.yml

whoops missed a comma
This commit is contained in:
Hugh Rundle 2021-01-29 10:38:23 +11:00 committed by GitHub
parent 6aa7624932
commit 593454cd6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
processJson: processJson:
if: "!contains(github.event.head_commit.message 'from hughrun/geo-to-topo')" if: "!contains(github.event.head_commit.message, 'from hughrun/geo-to-topo')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2