Skip to content

Commit

Permalink
feat: Multiline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 12, 2024
1 parent a84de72 commit 9c60b4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ _set_github_output() {
keyValue=$(_yaml_key_value "$yamlFile" "$keyName")
keyValueLineCount=$(echo "$keyValue" | wc -l)

echo "Setting output $keyNameOutput"
echo "Setting value $keyValue"

if [ $keyValueLineCount -gt 1 ]; then
keyValueMultiLine=$(_key_value_to_multiline "$keyValue")
{
Expand Down

0 comments on commit 9c60b4d

Please sign in to comment.