From dcfd277c534ce39f537386d51e5e8dbfd41efba6 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 29 Aug 2023 16:30:48 +0800 Subject: [PATCH] conf: action notify [prod] --- .github/workflows/Deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index cc9bd112..6376f24b 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -158,9 +158,8 @@ jobs: from: Git # # Optional plain body: body: | - "${{ github.repository }}" - "${{ env.GIT_COMMIT_SHORT_SHA }}" - "${{ env.GIT_COMMIT_MESSAGE_SUBJECT }}" + ${{ 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: