Skip to content

Commit 1994c99

Browse files
author
openclaw-agent
committed
feat: 频道通知新增资料频道链接,统一三端通知格式
1 parent 0f990b5 commit 1994c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
CURRENT_MONTH=$(date +'%Y%m')
2020
WEBSITE_URL="https://doc.869hr.uk/edu-knowlege/${CURRENT_MONTH}"
2121
22-
TEXT=$'📦 新增资源推送\n\n${{ github.event.head_commit.message }}\n\n🔗 查看详情:'${WEBSITE_URL}$'\n🌐 资料总站:https://doc.869hr.uk'
22+
TEXT=$'📦 新增资源推送\n\n${{ github.event.head_commit.message }}\n\n🔗 查看详情:'${WEBSITE_URL}$'\n🌐 资料总站:https://doc.869hr.uk\n📦 资料频道:https://t.me/dabaziyuan'
2323
curl -s -X POST "https://api.telegram.org/bot${BOT_TOKEN}/sendMessage" \
2424
-d chat_id="$CHANNEL_ID" \
2525
--data-urlencode "text=${TEXT}"

0 commit comments

Comments
 (0)