changed sendQAMail text
This commit is contained in:
parent
943fb113ca
commit
3a03c6d24d
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Email
|
- name: Create Email
|
||||||
run: |
|
run: |
|
||||||
echo "Subject: Neues Release: [${{ env.GITHUB_REPOSITORY }}]" > email.html
|
echo "Subject: Neues Release: [${{ env.GITHUB_REPOSITORY#*/ }}]" > email.html
|
||||||
echo "From: ${{ vars.SMTP_SENDER }}" >> email.html
|
echo "From: ${{ vars.SMTP_SENDER }}" >> email.html
|
||||||
echo "To: ${{ vars.SMTP_QA_RECIPIENT }}" >> email.html
|
echo "To: ${{ vars.SMTP_QA_RECIPIENT }}" >> email.html
|
||||||
echo "Content-Type: text/html; charset=UTF-8" >> email.html
|
echo "Content-Type: text/html; charset=UTF-8" >> email.html
|
||||||
@ -43,7 +43,8 @@ jobs:
|
|||||||
echo "" >> email.html
|
echo "" >> email.html
|
||||||
echo "<html>" >> email.html
|
echo "<html>" >> email.html
|
||||||
echo "<body>" >> email.html
|
echo "<body>" >> email.html
|
||||||
echo "<h1>Ein neues <a href="https://gitea.greyhound-software.com/${{ env.GITHUB_REPOSITORY }}/releases/tag/${{ inputs.tag }}">Release</a> für <a href="https://gitea.greyhound-software.com/${{ env.GITHUB_REPOSITORY }}">${{ env.GITHUB_REPOSITORY }}</a> wurde erstellt.</h1>" >> email.html
|
echo "<h1>${{ env.GITHUB_REPOSITORY#*/ }} ${{ inputs.tag#*/ }}</h1>" >> email.html
|
||||||
|
echo "<h1>Ein neues <a href="https://gitea.greyhound-software.com/${{ env.GITHUB_REPOSITORY }}/releases/tag/${{ inputs.tag }}">Release</a> für <a href="https://gitea.greyhound-software.com/${{ env.GITHUB_REPOSITORY }}">${{ env.GITHUB_REPOSITORY#*/ }}</a> wurde erstellt.</h1>" >> email.html
|
||||||
echo "<p><strong>Version:</strong> ${{ inputs.version }}</p>" >> email.html
|
echo "<p><strong>Version:</strong> ${{ inputs.version }}</p>" >> email.html
|
||||||
echo "<p><strong>Milestone:</strong> ${{ inputs.milestone }}</p>" >> email.html
|
echo "<p><strong>Milestone:</strong> ${{ inputs.milestone }}</p>" >> email.html
|
||||||
echo "<p>Liste der gelösten Issues: <a href="https://gitea.greyhound-software.com/${{ env.GITHUB_REPOSITORY }}/milestone/${{ inputs.milestone }}">Issues</a></p>" >> email.html
|
echo "<p>Liste der gelösten Issues: <a href="https://gitea.greyhound-software.com/${{ env.GITHUB_REPOSITORY }}/milestone/${{ inputs.milestone }}">Issues</a></p>" >> email.html
|
||||||
|
Loading…
Reference in New Issue
Block a user