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 ba13261 commit 86a0580
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 "${value//#EOL#/\\n}"
if echo $value | grep -iq "#EOL#"; then
value_multiline=$(echo "${value//#EOL#/$'\n'}")
{
Expand Down

0 comments on commit 86a0580

Please sign in to comment.