Skip to content

Commit

Permalink
feat(action): Print generated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 12, 2024
1 parent 5f1eb0b commit 2991ae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ runs:
output: ${{ inputs.path }}
run: |
changelog="$(changelog-generator)"
echo '::group::Generated Changelog'
echo "$changelog"
echo '::endgroup::'
{
echo 'changelog<<EOF'
echo "$changelog"
Expand Down

0 comments on commit 2991ae0

Please sign in to comment.