mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
chore: sending a message without notification
https://github.com/appleboy/telegram-action/issues/26
This commit is contained in:
@@ -100,3 +100,12 @@ jobs:
|
||||
disable_web_page_preview: true
|
||||
message: |
|
||||
disable link preview https://google.com.tw
|
||||
|
||||
- name: sending a message without notification
|
||||
uses: ./
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
disable_notification: true
|
||||
message: |
|
||||
disable link preview https://google.com.tw
|
||||
|
||||
Reference in New Issue
Block a user