I give up with markdown

This commit is contained in:
ibo
2024-06-24 06:11:00 +02:00
committed by GitHub
parent 8ad05e16c5
commit 018d4e18ad

View File

@@ -269,10 +269,10 @@ jobs:
"https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \
-F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \
-F "document=@$APK_PATH" \
-F "caption=<b>New Alpha-Build dropped</b> 🔥
-F "caption=New Alpha-Build dropped 🔥
Commits:
${telegram_commit_messages}
version ${VERSION}" \
version: ${VERSION}" \
-F "parse_mode=HTML")
else
echo "APK file not found at $APK_PATH"