Skip to content

Commit

Permalink
feat: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 10, 2024
1 parent 77e0dd6 commit bf3e4cc
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 @@ -26,7 +26,7 @@ _set_github_output() {
local propertyName="$1"
local propertyValue="$2"

if [[ "$propertyValue" =~ '\\n' ]]; then
if echo "$propertyValue" | grep -q '\\n'; then
propertyValueMultiLine=$(_property_value_to_multiline "$propertyValue")
{
echo "$propertyName<<EOF"
Expand Down

0 comments on commit bf3e4cc

Please sign in to comment.