We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ecd55 commit 03867c6Copy full SHA for 03867c6
.github/workflows/check-changelog.yml
@@ -30,7 +30,8 @@ jobs:
30
- name: Run github_changelog_generator
31
shell: bash
32
run: |
33
- github_changelog_generator --token ${{ secrets.GITHUB_TOKEN }}
+ gemdir="$(ruby -e 'puts Gem.user_dir')/bin"
34
+ $gemdir/github_changelog_generator --token ${{ secrets.GITHUB_TOKEN }}
35
36
- name: Compare the expected and actual CHANGELOG.md
37
0 commit comments