From 059cc7f7287f69b5877203205bb6f6c028d89fe9 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 29 Aug 2023 17:15:41 +0800 Subject: [PATCH] conf: action notify [prod] no cc --- .github/workflows/Deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 27f68003..164c5b6d 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -158,12 +158,13 @@ jobs: from: Git # # Optional plain body: body: | + ${{ env.WORKFLOW_CONCLUSION }} ${{ github.repository }} ${{ env.GIT_COMMIT_SHORT_SHA }}: ${{ env.GIT_COMMIT_MESSAGE_SUBJECT }} # Optional HTML body read from file: # html_body: file://README.html # Optional carbon copy recipients: - cc: lyt@hainatravel.com + # cc: lyt@hainatravel.com # Optional blind carbon copy recipients: # bcc: r2d2@example.com,hansolo@example.com # Optional recipient of the email response: