Fix space

This commit is contained in:
Corey Johnson 2019-12-17 16:20:38 -08:00
parent 4e61c3ea73
commit 5c4a5ec6db

View file

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v1
- name: Pull request merged
if: git hub.event.pull_request.merged == true
if: github.event.pull_request.merged == true
uses: ./.github/actions/changelog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}