@@ -0,0 +1,14 @@
+name: telegram message
+on: workflow_dispatch
+jobs:
+
+ build:
+ name: test
+ runs-on: ubuntu-latest
+ steps:
+ - name: send telegram message on push
+ uses: appleboy/telegram-action@master
+ with:
+ to: ${{ secrets.TELEGRAM_TO }}
+ token: ${{ secrets.TELEGRAM_TOKEN }}
+ message: hello