generated from jacobtomlinson/python-container-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
32 lines (32 loc) · 1.01 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: "Bummlebee: light telegram bot courier"
description: "Simple action to send any information from pipleline to Telegram"
author: "Neveric Eluvia"
inputs:
bot_token:
description: "Token from BotFather"
required: true
chat_id:
description: "Chat telegram id. Find out via @JsonDumpBot in Telegram. If channel, bot must be admin."
required: true
message:
description: "Any message to send. Default to [ACTION WAS SERVED, M'LORD]."
required: false
default: "[ACTION WAS SERVED, M'LORD]"
parse_mode:
description: "Parse mode for message text. Can be one of: Markdown, MarkdownV2, HTML."
required: false
protect_content:
description: "Set to True to protect messages and files from direct forwarding."
required: false
disable_notification:
description: "Set to True to disable notification."
required: false
file_path:
description: "Path to artifact"
required: false
outputs:
result:
description: "Result string"
runs:
using: "docker"
image: "Dockerfile"