Skip to content

Commit b513f7a

Browse files
committed
refactor: 移除群组通知,由 Skills 脚本统一发送
1 parent 1472fff commit b513f7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Notify Telegram on GitHub Push
2-
description: 'Send notifications to Telegram channel on push to main branch'
2+
description: 'Send notifications to Telegram channel only (groups are notified by Skills script)'
33
on:
44
push:
55
branches:
@@ -9,7 +9,7 @@ jobs:
99
notify:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Send full content to Telegram channel
12+
- name: Send to channel
1313
env:
1414
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
1515
CHANNEL_ID: ${{ secrets.TELEGRAM_CHANNEL_ID }}

0 commit comments

Comments
 (0)