From a99096d5ced03cc34fc113b6e05d70b191ff892e Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 22 Dec 2024 00:38:14 +0300 Subject: [PATCH] test notify Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/job_notify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/job_notify.yml b/.gitea/workflows/job_notify.yml index 292293b..7cf4777 100644 --- a/.gitea/workflows/job_notify.yml +++ b/.gitea/workflows/job_notify.yml @@ -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 }}