Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-20 22:35:12 +02:00 committed by GitHub
parent 978bfbf154
commit 9d7e6d1310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/github-script@v3 - uses: actions/github-script@v3
if: github.event.comment.body == "summary" if: github.event.comment.body == 'summary'
with: with:
github-token: ${{secrets.GITHUB_TOKEN}} github-token: ${{secrets.GITHUB_TOKEN}}
script: | script: |