From 932931977e56f0891ab5d38aaa8c9bf33d98a6e5 Mon Sep 17 00:00:00 2001 From: Tien Ngo Date: Tue, 30 Dec 2025 11:34:50 +0700 Subject: [PATCH] update notify step deploy --- .gitea/workflows/deploy.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a959ad5..2fdcad7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -38,13 +38,10 @@ jobs: if: always() with: status: ${{ job.status }} - title: "Deploy: ${{ github.repository }}" + title: "Deploy: ${{ github.repository }} - ${{ github.event.head_commit.message }}" message: | - Ref: ${{ github.ref_name }} + Branch: ${{ github.ref_name }} Commit: ${{ github.sha }} + Message: ${{ github.event.head_commit.message }} Status: ${{ job.status }} - Actor: ${{ github.actor }} - gmail_password: ${{ secrets.GMAIL_PASSWORD }} - ntfy_password: ${{ secrets.NTFY_PASSWORD }} - telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }} - telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }} \ No newline at end of file + Actor: ${{ github.event.head_commit.author.name }} \ No newline at end of file