no links
This commit is contained in:
parent
89ccddf286
commit
e12271248c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user