From e749386bd5f9e8db4fbf8e5e15c30e2cf955114a Mon Sep 17 00:00:00 2001 From: Tien Ngo Date: Tue, 30 Dec 2025 14:56:30 +0700 Subject: [PATCH] fix ntfy --- .gitea/workflows/deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2fdcad7..5f89476 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -31,17 +31,14 @@ jobs: -p 3005:80 \ timelapse-calc:latest - docker ps --format "{{.Names}} {{.Image}} {{.Status}}" - - name: Send Deployment Notification uses: https://git.hcmc.online/actions/deploy-notify@main if: always() with: status: ${{ job.status }} - title: "Deploy: ${{ github.repository }} - ${{ github.event.head_commit.message }}" + title: "Deploy: ${{ github.repository }}" message: | - Branch: ${{ github.ref_name }} + Ref: ${{ github.ref_name }} Commit: ${{ github.sha }} - Message: ${{ github.event.head_commit.message }} Status: ${{ job.status }} - Actor: ${{ github.event.head_commit.author.name }} \ No newline at end of file + Actor: ${{ github.actor }} \ No newline at end of file