1
0

replaced dashboard issues url with repository issue url

This commit is contained in:
Robert Rosendahl 2025-01-19 19:40:41 +01:00
parent 0576d2c5a0
commit 6a8abf5386

View File

@ -48,7 +48,7 @@ jobs:
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 "<p><strong>Version:</strong> ${{ inputs.version }}</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 "<p>Eine Auflistung der gelösten Issues findest du <a href=\"https://gitea.greyhound-software.com/${{ env.GITHUB_REPOSITORY }}/milestone/${{ inputs.milestone }}\">hier</a> </p>" >> email.html
echo "</body>" >> email.html
echo "</html>" >> email.html
- name: Send Email