1
0

email formatting

This commit is contained in:
Marco Maatz 2025-01-16 12:55:09 +01:00
parent 6f9d356a52
commit d30326433c

View File

@ -42,10 +42,10 @@ jobs:
echo "" >> email.html
echo "<html>" >> email.html
echo "<body>" >> email.html
echo "<h1'>Ein neues Release für [${{ env.GITHUB_REPOSITORY }}] wurde erstellt.</h1>" >> email.html
echo "<h1>Ein neues <a href="https://gitea.greyhound-software.com/greyhound/dashboard/releases/tag/${{ inputs.tag }}">Release</a> für [dashboard] wurde erstellt.</h1>" >> email.html
echo "<p><strong>Version:</strong> ${{ inputs.version }}</p>" >> email.html
echo "<p><strong>Milestone:</strong> https://gitea.greyhound-software.com/greyhound/dashboard/milestone/${{ inputs.milestone }}</p>" >> email.html
echo "<p><strong>Release:</strong> https://gitea.greyhound-software.com/greyhound/dashboard/releases/tag/${{ inputs.tag }}</p>" >> email.html
echo "<p><strong>Milestone:</strong> ${{ inputs.milestone }}</p>" >> email.html
echo "<p>Eine Auflistung der gelösten Issues findest du <a href="https://gitea.greyhound-software.com/greyhound/dashboard/milestone/${{ inputs.milestone }}">hier</a></p>" >> email.html
echo "</body>" >> email.html
echo "</html>" >> email.html
- name: Send Email