From ddcdca156cf841ece4da4977dbc61ea045b1f7d5 Mon Sep 17 00:00:00 2001 From: Tien Ngo Date: Tue, 30 Dec 2025 14:58:31 +0700 Subject: [PATCH] fix ntfy --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5f89476..3f09989 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -40,5 +40,6 @@ jobs: message: | Ref: ${{ github.ref_name }} Commit: ${{ github.sha }} + Message: ${{ github.event.head_commit.message }} Status: ${{ job.status }} - Actor: ${{ github.actor }} \ No newline at end of file + Actor: ${{ github.event.head_commit.author.name }} \ No newline at end of file