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>
This commit is contained in:
Василий Толстов 2024-12-22 00:12:09 +03:00
parent 07fa36d704
commit d50289370e

View File

@ -0,0 +1,19 @@
name: notify
on: [push]
jobs:
notify:
name: Build
runs-on: ubuntu-latest
steps:
- name: send
uses: 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}}