Run correct file
This commit is contained in:
parent
c8374ecc7f
commit
c9d8600107
1 changed files with 3 additions and 1 deletions
4
.github/workflows/changelog.yml
vendored
4
.github/workflows/changelog.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue