conf: action notify [prod]

hotfix/paypal-note
Lei OT 2 years ago
parent a3d9e84efe
commit dcfd277c53

@ -158,9 +158,8 @@ jobs:
from: Git # <user@example.com>
# 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:

Loading…
Cancel
Save