Run correct file

This commit is contained in:
Corey Johnson 2019-12-17 16:12:01 -08:00
parent c8374ecc7f
commit c9d8600107

View file

@ -10,4 +10,6 @@ jobs:
steps:
- name: Pull request merged
if: github.event.pull_request.merged == true
run: echo merged
uses: ./.github/actions/changelog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}