Compare commits

...

5 Commits
v4 ... notify

Author SHA1 Message Date
8090e90683 test notify
Some checks failed
lint / lint (pull_request) Successful in 1m23s
test / test (pull_request) Successful in 4m16s
notify / notify (push) Failing after 16s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-22 01:08:42 +03:00
146a458b7a test notify
Some checks failed
lint / lint (pull_request) Successful in 1m16s
test / test (pull_request) Successful in 2m50s
notify / notify (push) Failing after 16s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-22 00:49:34 +03:00
4d3b054dfd test notify
Some checks failed
notify / notify (push) Failing after 19s
lint / lint (pull_request) Successful in 1m12s
test / test (pull_request) Successful in 4m4s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-22 00:48:26 +03:00
a99096d5ce test notify
Some checks failed
notify / notify (push) Failing after 19s
lint / lint (pull_request) Successful in 1m17s
test / test (pull_request) Successful in 3m53s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-22 00:38:14 +03:00
d50289370e test notify
Some checks failed
lint / lint (pull_request) Successful in 1m50s
test / test (pull_request) Successful in 4m4s
notify / Build (push) Failing after 15s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-22 00:12:09 +03:00

View File

@@ -0,0 +1,17 @@
name: notify
on: [push]
jobs:
notify:
name: notify
runs-on: ubuntu-latest
steps:
- name: send
uses: appleboy/telegram-action@master
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}}