Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-23 23:49:32 +02:00 committed by GitHub
parent 241af27c71
commit 0a23a755ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ on:
jobs:
summary:
if: github.event_name == "issue_comment" && github.event.comment.body == 'summary'
if: github.event_name == 'issue_comment' && github.event.comment.body == 'summary'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
@ -55,7 +55,7 @@ jobs:
})
merge_translations:
if: github.event_name == "workflow_dispatch" || github.event.comment.body == 'merge translations'
if: github.event_name == 'workflow_dispatch' || github.event.comment.body == 'merge translations'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3