Vasiliy Tolstov 4d3b054dfd
Some checks failed
notify / notify (push) Failing after 19s
lint / lint (pull_request) Successful in 1m12s
test / test (pull_request) Successful in 4m4s
test notify
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-22 00:48:26 +03:00

17 lines
531 B
YAML

name: notify
on: [push]
jobs:
notify:
name: notify
runs-on: ubuntu-latest
steps:
- name: send
uses: cbrgm/telegram-github-action@v1
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
New commit by ${{ github.actor }}:
Commit: ${{ github.event.commits[0].message }}
Repository: ${{ github.repository }}
Changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}}