From 9d7e6d13104a95b0a1cf13ce4483d09bbd89a58d Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 20 Jan 2021 22:35:12 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 2e81f1a3d9..871e8b5711 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/github-script@v3 - if: github.event.comment.body == "summary" + if: github.event.comment.body == 'summary' with: github-token: ${{secrets.GITHUB_TOKEN}} script: |