From 917901c84a38f3680b92d696587a52d3d7ff5e30 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 30 Jun 2024 17:58:06 +0800 Subject: [PATCH] test env. --- .gitea/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index cad4597..28a5edd 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,7 +14,8 @@ jobs: - name: Send success notification if: ${{ always() }} run: | - echo "repo: ${{ github.repository }}">> notify.tpl + echo "repo: ${{ github.repository }}" >> notify.tpl + echo "actor:${{ github.actor }}" >> notify.tpl echo "status: ${{ job.status }}">> notify.tpl echo "commit: ${{ github.sha }}">> notify.tpl echo "message: ${{ github.event.head_commit.message }}">> notify.tpl