We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5c7c5 commit 1f17cfaCopy full SHA for 1f17cfa
.github/workflows/github-notifications-bot.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
# CORRECT HTML ESCAPE FUNCTION — THIS WAS BROKEN BEFORE
21
html_escape() {
22
- echo "$1" | sed 's/&/\&/g; s/</\</g; s/>/\>/g; s/"/\"/g; s/'"'"'/\'/g'
+ echo "$1" | sed 's/&/\&/g; s/</\</g; s/>/\>/g; s/"/\"/g; s/'"'"'/\'/g'
23
}
24
25
LOG_BUFFER=""
@@ -147,4 +147,4 @@ jobs:
147
exit 1
148
else
149
echo "✅ All notifications sent."
150
- fi
+ fi
0 commit comments