Skip to content

Commit

Permalink
Update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 21, 2024
1 parent b035753 commit 4a73d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
run: |
echo -e "${{ steps.test-action.outputs.changelog-markdown }}"
echo ""
printf "%s\n" "${{ steps.test-action.outputs.changelog-markdowncear }}"
printf "%s\n" "${{ steps.test-action.outputs.changelog-markdown }}"
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
delimiter="$(openssl rand -hex 8)"
{
echo "changelog<<${delimiter}"
echo $changelog
echo -e $changelog
echo "${delimiter}"
} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4a73d84

Please sign in to comment.