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 b560835 commit 7948037Copy full SHA for 7948037
.github/workflows/dart.yml
@@ -753,7 +753,13 @@ jobs:
753
-F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID}}" \
754
-F "message_thread_id=${{secrets.TELEGRAM_THREAD_ID}}" \
755
-F "document=@last_sha.txt" \
756
- -F "caption=New Alpha-Build dropped 🔥\n\n Commits:\n ${telegram_commit_messages}\n Devs:\n ${telegram_dev_info}\n version: ${VERSION}" \
+ -F "caption=New Alpha-Build dropped 🔥
757
+
758
+ Commits:
759
+ ${telegram_commit_messages}
760
+ Devs:
761
+ ${telegram_dev_info}
762
+ version: ${VERSION}" \
763
-F "parse_mode=HTML")
764
765
- name: Upload Current SHA as Artifact
0 commit comments