correct github action payload

This commit is contained in:
Sczlog 2021-09-23 11:17:38 +08:00
parent df5081917d
commit 4f7aa17b92

View File

@ -21,4 +21,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
test-command: "yarn test:ci"
coverage-comment: ${{ github.event.name == 'pull_request'}}
coverage-comment: ${{ github.event_name == 'pull_request'}}