Skip to content

Commit

Permalink
Update auto_change_log.yml
Browse files Browse the repository at this point in the history
- path got lost for chglog. Add it in.
  • Loading branch information
carlkidcrypto committed Jan 11, 2025
1 parent 5cfaaaa commit b8d2869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_change_log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: generate
run: |
rm -f CHANGELOG.md
~/go/bin/git-chglog -o CHANGELOG.md
~/go/bin/git-chglog --config /home/runner/work/ezsnmp/ezsnmp/.chglog/config.yml -o CHANGELOG.md
if git diff --quiet CHANGELOG.md; then
echo "changes=false" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit b8d2869

Please sign in to comment.