test: thread_id notification
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-10 11:21:08 +07:00
parent a71c6b36e9
commit 5697ebca81

View File

@@ -47,7 +47,8 @@ steps:
from_secret: telegram_token from_secret: telegram_token
to: to:
from_secret: telegram_chat_id from_secret: telegram_chat_id
message_thread_id: 8 thread_id:
from_secret: telegram_thread_id
format: html format: html
message: | message: |
<b>🚀 Deployment {{ build.status }}!</b> <b>🚀 Deployment {{ build.status }}!</b>
@@ -55,7 +56,6 @@ steps:
<b>📦 Project:</b> <code>{{ repo.name }}</code> <b>📦 Project:</b> <code>{{ repo.name }}</code>
<b>📝 Commit:</b> <i>{{ commit.message }}</i> <b>📝 Commit:</b> <i>{{ commit.message }}</i>
<b>👤 Author:</b> {{ commit.author }} <b>👤 Author:</b> {{ commit.author }}
<b>🔗 <a href="{{ build.link }}">View Build Logs</a></b> <b>🔗 <a href="{{ build.link }}">View Build Logs</a></b>