Skip to content

Commit

Permalink
Remove unnecessary debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 21, 2024
1 parent 4a73d84 commit 24152b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ jobs:
- name: Show changelog formatted
shell: bash
run: |
echo -e "${{ steps.test-action.outputs.changelog-markdown }}"
echo ""
printf "%s\n" "${{ steps.test-action.outputs.changelog-markdown }}"
echo "${{ steps.test-action.outputs.changelog-markdown }}"

0 comments on commit 24152b0

Please sign in to comment.