From da7d6118e3725d24d00bed44745f1308539eeec4 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 27 Oct 2024 11:12:47 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b414e38..34bab05 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ To be notified in the Telegram chat about the results of a wokflow, add the next ```yaml - name: Send message - uses: action/telegram-notification@main - if: always() - with: - chat_id: ${{ secrets.TG_CHAT_ID }} - token: ${{ secrets.TG_TOKEN }} + uses: action/telegram-notification@main + if: always() + with: + chat_id: ${{ secrets.TG_CHAT_ID }} + token: ${{ secrets.TG_TOKEN }} ``` -Where ```chat_id``` is the chat ID and ```token``` is the token of the telegram bot \ No newline at end of file + +where ```chat_id``` is the chat ID and ```token``` is the token of the telegram bot \ No newline at end of file