We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8374ec commit c9d8600Copy full SHA for c9d8600
.github/workflows/changelog.yml
@@ -10,4 +10,6 @@ jobs:
10
steps:
11
- name: Pull request merged
12
if: github.event.pull_request.merged == true
13
- run: echo merged
+ uses: ./.github/actions/changelog
14
+ env:
15
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments