fix: Update Telegram notification thread_id key to message_thread_id and correct its value type.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -47,13 +47,15 @@ steps:
|
|||||||
from_secret: telegram_token
|
from_secret: telegram_token
|
||||||
to:
|
to:
|
||||||
from_secret: telegram_chat_id
|
from_secret: telegram_chat_id
|
||||||
thread_id: "8"
|
message_thread_id: 8
|
||||||
format: html
|
format: html
|
||||||
message: |
|
message: |
|
||||||
<b>🚀 Deployment {{ build.status }}!</b>
|
<b>🚀 Deployment {{ build.status }}!</b>
|
||||||
|
|
||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user