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 723b1c8 commit dac29cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ _replace_dots() {
_set_github_output() {
local propAndValue="$1"
propAndValueUnescaped="$(printf '%b\n' "$propAndValue")"
prop="${propAndValueUnescaped%%=*}"
value="${propAndValueUnescaped#*=}"
prop="${propAndValue%%=*}"
value="${propAndValue#*=}"
echo "$propAndValueUnescaped"
echo "$prop - $value"
#echo "${propAndValue}"
Expand Down

0 comments on commit dac29cb

Please sign in to comment.