From a71c6b36e9b0d16be305ee443355a3920554354f Mon Sep 17 00:00:00 2001
From: Moh Dzulfikri Maulana <106526316+Dzuuul@users.noreply.github.com>
Date: Tue, 10 Mar 2026 11:12:27 +0700
Subject: [PATCH] fix: Update Telegram notification `thread_id` key to
`message_thread_id` and correct its value type.
---
.woodpecker.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.woodpecker.yml b/.woodpecker.yml
index 0dabab1..300140f 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -47,13 +47,15 @@ steps:
from_secret: telegram_token
to:
from_secret: telegram_chat_id
- thread_id: "8"
+ message_thread_id: 8
format: html
message: |
🚀 Deployment {{ build.status }}!
📦 Project: {{ repo.name }}
+
📝 Commit: {{ commit.message }}
+
👤 Author: {{ commit.author }}
🔗 View Build Logs