Fix bash script

pull/94550/head
Esteban Beltran 9 months ago
parent 8409c1b77f
commit eb101ad34f
No known key found for this signature in database
  1. 2
      .github/workflows/detect-breaking-changes-levitate.yml

@ -237,7 +237,9 @@ jobs:
if [ -f "levitate-mrkdwn.md" ]; then
{
echo 'levitate_mrkdwn<<EOF'
# convert newlines to \n so slack can render them
sed -z 's/\n/\\n/g' levitate-mrkdwn.md | tr -d '\n'
echo "" # importnat, guarantees EOF will be read
echo EOF
} >> "$GITHUB_OUTPUT"
else

Loading…
Cancel
Save