Created
September 8, 2019 07:55
-
-
Save yanzay/32be7f31e1f7300a233ac50e5022cd1d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Notify Telegram' | |
description: 'Get build notification to Telegram messenger' | |
author: 'yanzay' | |
inputs: | |
chat: | |
description: 'Chat to send: chat id or @channel_name' | |
required: true | |
token: | |
description: 'Telegram Bot token' | |
required: true | |
status: | |
description: 'Job status' | |
required: true | |
runs: | |
using: 'docker' | |
image: 'Dockerfile' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment