Merge branch 'entrypoint'

This commit is contained in:
Tyler Pace
2023-04-18 18:08:58 -07:00
+1 -1
View File
@@ -81,7 +81,7 @@ generate_webhook_payload() {
local text="$@"
cat <<EOF
{
"text":"$text"
"content":"$text"
}
EOF
}