Skip to content

Commit

Permalink
Add cli formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 19, 2024
1 parent 1bf4174 commit 49ac1c0
Showing 1 changed file with 1 addition and 1 deletion.
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
printf "%s" "$changelog"
echo "${delimiter}"
} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 49ac1c0

Please sign in to comment.