-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
38 lines (37 loc) · 887 Bytes
/
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
33
34
35
36
37
38
name: "Telegram Uploader"
description: "Upload files to Telegram"
author: 'nikhilbadyal'
inputs:
API_ID:
required: true
description: 'API ID from Telegram.'
API_HASH:
required: true
description: 'API Hash from Telegram.'
BOT_TOKEN:
required: true
description: 'Bot Token (Sender).'
CHAT_ID:
required: true
description: 'Chat to Send(Receiver).'
STICKER_ID:
required: false
description: 'Sticker to Send'
CHANGELOG_GITHUB_REPOSITORY:
required: false
description: 'Repo to Fetch Changelog'
DOWNLOAD_GITHUB_REPOSITORY:
required: false
description: 'Repo to Download assets'
ASSETS_PATTERN:
required: false
description: 'Regex for Asset name match'
MESSAGE:
required: false
description: 'Message to send'
branding:
icon: 'upload-cloud'
color: 'blue'
runs:
using: "docker"
image: "Dockerfile"