Skip to content

Commit 6463af7

Browse files
committed
Testing for Telegram Monitor bot
1 parent 2bd96b9 commit 6463af7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/telegram_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
run: |
1515
curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_MONITOR_TOKEN }}/sendMessage" \
1616
-d chat_id="${{ secrets.TELEGRAM_CHAT_ID }}" \
17-
-d text="🚀 Новый push в репозиторий ${{ github.repository }}"
17+
-d text="🚀 Новый push в репозиторий ${{ github.repository }}"

app/src/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ int main(void)
3131
}
3232
}
3333

34-
void _init(void) {}
34+
void _init(void) {}
35+

0 commit comments

Comments
 (0)