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