1
0
This commit is contained in:
Marco Maatz 2025-01-17 08:08:09 +01:00
parent 89ccddf286
commit e12271248c

View File

@ -46,10 +46,9 @@ jobs:
echo "<html>" >> email.html
echo "<body>" >> email.html
echo "<h1>$REPOSITORY_NAME ${{ inputs.version }}</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 }}"\"">$REPOSITORY_NAME</a> wurde erstellt.</h1>" >> email.html
echo "<h1>Ein neues Release für $REPOSITORY_NAME wurde erstellt.</h1>" >> email.html
echo "<p><strong>Version:</strong> ${{ inputs.version }}</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 "</body>" >> email.html
echo "</html>" >> email.html
- name: Send Email