Skip to content

Commit 7948037

Browse files
authored
fix formatting for tg (#97)
1 parent b560835 commit 7948037

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dart.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,13 @@ jobs:
753753
-F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID}}" \
754754
-F "message_thread_id=${{secrets.TELEGRAM_THREAD_ID}}" \
755755
-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}" \
756+
-F "caption=New Alpha-Build dropped 🔥
757+
758+
Commits:
759+
${telegram_commit_messages}
760+
Devs:
761+
${telegram_dev_info}
762+
version: ${VERSION}" \
757763
-F "parse_mode=HTML")
758764
759765
- name: Upload Current SHA as Artifact

0 commit comments

Comments
 (0)