Vasiliy Tolstov a99096d5ce
Some checks failed
notify / notify (push) Failing after 19s
lint / lint (pull_request) Successful in 1m17s
test / test (pull_request) Successful in 3m53s
test notify
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-22 00:38:14 +03:00

19 lines
622 B
YAML

name: notify
on: [push]
jobs:
notify:
name: notify
runs-on: ubuntu-latest
steps:
- name: send
uses: https://github.com/appleboy/telegram-action@master #appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} created commit:
Commit message: ${{ github.event.commits[0].message }}
Repository: ${{ github.repository }}
See changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}}