email formatting
This commit is contained in:
parent
6f9d356a52
commit
d30326433c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user