1
0

README.md aktualisiert

This commit is contained in:
Denys Konovalov 2024-10-27 11:12:47 +01:00
parent 14e86d7a30
commit da7d6118e3

@ -6,10 +6,11 @@ To be notified in the Telegram chat about the results of a wokflow, add the next
```yaml ```yaml
- name: Send message - name: Send message
uses: action/telegram-notification@main uses: action/telegram-notification@main
if: always() if: always()
with: with:
chat_id: ${{ secrets.TG_CHAT_ID }} chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }} token: ${{ secrets.TG_TOKEN }}
``` ```
Where ```chat_id``` is the chat ID and ```token``` is the token of the telegram bot
where ```chat_id``` is the chat ID and ```token``` is the token of the telegram bot