mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
name: 'Telegram Message Notify'
|
|
description: 'Sending a Telegram message'
|
|
author: 'Bo-Yi Wu'
|
|
inputs:
|
|
to:
|
|
description: 'telegram user'
|
|
token:
|
|
description: 'telegram token'
|
|
message:
|
|
description: 'telegram message'
|
|
message_file:
|
|
description: 'overwrite the default message template with the contents of the specified file'
|
|
socks5:
|
|
description: 'support socks5 proxy URL'
|
|
photo:
|
|
description: 'send the photo message.'
|
|
document:
|
|
description: 'send the document message.'
|
|
sticker:
|
|
description: 'send the sticker message.'
|
|
audio:
|
|
description: 'send the audio message.'
|
|
voice:
|
|
description: 'send the voice message.'
|
|
location:
|
|
description: 'send the location message.'
|
|
venue:
|
|
description: 'send the venue message.'
|
|
video:
|
|
description: 'send the video message.'
|
|
debug:
|
|
description: 'enable debug mode.'
|
|
format:
|
|
description: 'message format: markdown or html'
|
|
disable_web_page_preview:
|
|
description: 'disables link previews for links in this message'
|
|
disable_notification:
|
|
description: 'disables notifications for this message, supports sending a message without notification,'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
|
|
branding:
|
|
icon: 'message-square'
|
|
color: 'blue'
|