name: Telegram - Send Message
on:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: $
token: $
message: |
$ created commit:
Commit message: $
Repository: $
See changes: https://github.com/$/commit/$