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

View File

@ -2,11 +2,11 @@ name: notify
on: [push] on: [push]
jobs: jobs:
notify: notify:
name: Build name: notify
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: send - name: send
uses: appleboy/telegram-action@master uses: https://github.com/appleboy/telegram-action@master #appleboy/telegram-action@master
with: with:
to: ${{ secrets.TELEGRAM_TO }} to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }} token: ${{ secrets.TELEGRAM_TOKEN }}