Skip to content

Commit

Permalink
Extend debug output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 22, 2024
1 parent 63d4832 commit 39e0a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
- name: Show changelog formatted
shell: bash
run: |
echo "${{ steps.test-action.outputs.changelog-markdown }}"
changelog="${{ steps.test-action.outputs.changelog-markdown }}"
echo "$changelog"

0 comments on commit 39e0a8d

Please sign in to comment.