Skip to content

Commit c9d8600

Browse files
committed
Run correct file
1 parent c8374ec commit c9d8600

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
steps:
1111
- name: Pull request merged
1212
if: github.event.pull_request.merged == true
13-
run: echo merged
13+
uses: ./.github/actions/changelog
14+
env:
15+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)