Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jun 22, 2024
1 parent fbca82a commit f935f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _set_github_output() {
local propAndValue="$1"
prop="${propAndValue%%=*}"
value="${propAndValue#*=}"
#echo "${value//#EOL#/\\n}"
echo "${propAndValue}"
echo "$(printf '%b\n' "$value")"
if echo $value | grep -iq "\\n"; then
value_multiline=$(echo "${value//#EOL#/$'\n'}")
Expand Down

0 comments on commit f935f1c

Please sign in to comment.