Skip to content

Commit 03867c6

Browse files
committed
Add Gem.user_dir
1 parent 38ecd55 commit 03867c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- name: Run github_changelog_generator
3131
shell: bash
3232
run: |
33-
github_changelog_generator --token ${{ secrets.GITHUB_TOKEN }}
33+
gemdir="$(ruby -e 'puts Gem.user_dir')/bin"
34+
$gemdir/github_changelog_generator --token ${{ secrets.GITHUB_TOKEN }}
3435
3536
- name: Compare the expected and actual CHANGELOG.md
3637
run: |

0 commit comments

Comments
 (0)