Skip to content

Commit

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

0 comments on commit b4dd09d

Please sign in to comment.