From 4d3b054dfd8c19071508ecf74a245223634578c5 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 22 Dec 2024 00:48:26 +0300 Subject: [PATCH] test notify Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/job_notify.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/job_notify.yml b/.gitea/workflows/job_notify.yml index 7cf4777..088ee22 100644 --- a/.gitea/workflows/job_notify.yml +++ b/.gitea/workflows/job_notify.yml @@ -6,14 +6,12 @@ jobs: runs-on: ubuntu-latest steps: - name: send - uses: https://github.com/appleboy/telegram-action@master #appleboy/telegram-action@master + uses: cbrgm/telegram-github-action@v1 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} message: | - ${{ github.actor }} created commit: - Commit message: ${{ github.event.commits[0].message }} - + New commit by ${{ github.actor }}: + Commit: ${{ github.event.commits[0].message }} Repository: ${{ github.repository }} - - See changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}} \ No newline at end of file + Changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}} \ No newline at end of file