We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1472fff commit b513f7aCopy full SHA for b513f7a
1 file changed
.github/workflows/notify.yml
@@ -1,5 +1,5 @@
1
name: Notify Telegram on GitHub Push
2
-description: 'Send notifications to Telegram channel on push to main branch'
+description: 'Send notifications to Telegram channel only (groups are notified by Skills script)'
3
on:
4
push:
5
branches:
@@ -9,7 +9,7 @@ jobs:
9
notify:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Send full content to Telegram channel
+ - name: Send to channel
13
env:
14
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
15
CHANNEL_ID: ${{ secrets.TELEGRAM_CHANNEL_ID }}
0 commit comments