Skip to content

Commit

Permalink
markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 25, 2023
1 parent 3f0fe61 commit 401b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/announcements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
content=$(cat "$file.txt")
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
-d chat_id="${TELEGRAM_TO}" -d text="$content" -d parse_mode="MarkdownV2"
-d chat_id="${TELEGRAM_TO}" -d text="$content" -d parse_mode="Markdown"
curl -X POST -H "Content-Type: application/json" \
-d "{\"content\": \"${content}\"}" https://discord.com/api/webhooks/1155501986532307056/POOHKkxip-2n4NA3Fe7ye1iPhrKeEwZOHiU2CSWCRt7TYv1uxvriNhZ0mat1JvLKpEsI
Expand Down

0 comments on commit 401b097

Please sign in to comment.