|
|
@ -158,12 +158,13 @@ jobs:
|
|
|
|
from: Git # <user@example.com>
|
|
|
|
from: Git # <user@example.com>
|
|
|
|
# Optional plain body:
|
|
|
|
# Optional plain body:
|
|
|
|
body: |
|
|
|
|
body: |
|
|
|
|
|
|
|
|
${{ env.WORKFLOW_CONCLUSION }}
|
|
|
|
${{ github.repository }}
|
|
|
|
${{ github.repository }}
|
|
|
|
${{ env.GIT_COMMIT_SHORT_SHA }}: ${{ env.GIT_COMMIT_MESSAGE_SUBJECT }}
|
|
|
|
${{ env.GIT_COMMIT_SHORT_SHA }}: ${{ env.GIT_COMMIT_MESSAGE_SUBJECT }}
|
|
|
|
# Optional HTML body read from file:
|
|
|
|
# Optional HTML body read from file:
|
|
|
|
# html_body: file://README.html
|
|
|
|
# html_body: file://README.html
|
|
|
|
# Optional carbon copy recipients:
|
|
|
|
# Optional carbon copy recipients:
|
|
|
|
cc: lyt@hainatravel.com
|
|
|
|
# cc: lyt@hainatravel.com
|
|
|
|
# Optional blind carbon copy recipients:
|
|
|
|
# Optional blind carbon copy recipients:
|
|
|
|
# bcc: r2d2@example.com,hansolo@example.com
|
|
|
|
# bcc: r2d2@example.com,hansolo@example.com
|
|
|
|
# Optional recipient of the email response:
|
|
|
|
# Optional recipient of the email response:
|
|
|
|