mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
refactor: disable_web_page_preview
This commit is contained in:
@@ -89,13 +89,13 @@ jobs:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
message: |
|
||||
link preview https://google.com.tw
|
||||
show link preview https://google.com.tw
|
||||
|
||||
- name: disable link preview
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
webpage_preview: false
|
||||
disable_web_page_preview: true
|
||||
message: |
|
||||
link preview https://google.com.tw
|
||||
disable link preview https://google.com.tw
|
||||
|
||||
Reference in New Issue
Block a user