forked from GokulDas027/TelegramBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (27 loc) · 736 Bytes
/
action.yml
File metadata and controls
28 lines (27 loc) · 736 Bytes
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
name: 'TelegramBridge'
description: 'Send GitHub Updates to Telegram, see readme for step by step instructions'
author: 'gokuldas027'
inputs:
chat:
description: 'Chat to send: chat id or @channel_name/add to secrets'
default: # ${{ secrets.chat }}
required: True
token:
description: 'Telegram Bot token/add to secrets'
default: # ${{ secrets.token }}
required: True
status:
description: 'Job status'
default: ${{ job.status }}
event:
description: 'Event triggered action'
default: ${{ github.event_name }}
actor:
description: 'Actor who did the action'
default: ${{ github.actor }}
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'bell'
color: 'blue'