From 0a23a755ca338b5aeb0747ace3b36c9e3143d336 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 23:49:32 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 7ea07d70d9..1ec429f9b6 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -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