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: