test notify
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
d50289370e
commit
a99096d5ce
@ -2,11 +2,11 @@ name: notify
|
||||
on: [push]
|
||||
jobs:
|
||||
notify:
|
||||
name: Build
|
||||
name: notify
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: send
|
||||
uses: appleboy/telegram-action@master
|
||||
uses: https://github.com/appleboy/telegram-action@master #appleboy/telegram-action@master
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user