Skip to content

Commit

Permalink
feat: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 8, 2024
1 parent df99c32 commit 2c28f47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ _set_github_output() {
local propertyValue="$2"

propertyValueWithoutLineEscape=$(printf "%s" "${propertyValue}" | sed 's/\\n//g')

propertyValuePrinted=$(printf "%b\n" "$propertyValue")
propertyValueEscaped=$(printf "%b\n" "$propertyValue")

echo "$propertyValuePrinted"
echo "Escaped"
echo "$propertyValueEscaped"
if [ "$propertyValue" != "$propertyValueWithoutLineEscape" ]; then
echo "AQUII"
Expand Down

0 comments on commit 2c28f47

Please sign in to comment.