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