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