README.md aktualisiert
This commit is contained in:
parent
14e86d7a30
commit
da7d6118e3
13
README.md
13
README.md
@ -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
|
Loading…
x
Reference in New Issue
Block a user