Skip to content

Instantly share code, notes, and snippets.

@yanzay
Created September 8, 2019 07:55
Show Gist options
  • Save yanzay/32be7f31e1f7300a233ac50e5022cd1d to your computer and use it in GitHub Desktop.
Save yanzay/32be7f31e1f7300a233ac50e5022cd1d to your computer and use it in GitHub Desktop.
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