Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-20 22:30:09 +02:00 committed by GitHub
parent bcd8b34d66
commit 1886b7dc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ${{ github.event.comment.body }}
body: "${{ github.event.comment.body }}"
})