diff --git a/.gitea/workflows/sendQAMail.yaml b/.gitea/workflows/sendQAMail.yaml index fd43781..326c7fb 100644 --- a/.gitea/workflows/sendQAMail.yaml +++ b/.gitea/workflows/sendQAMail.yaml @@ -42,10 +42,10 @@ jobs: echo "" >> email.html echo "" >> email.html echo "
" >> email.html - echo "Version: ${{ inputs.version }}
" >> email.html - echo "Milestone: https://gitea.greyhound-software.com/greyhound/dashboard/milestone/${{ inputs.milestone }}
" >> email.html - echo "Release: https://gitea.greyhound-software.com/greyhound/dashboard/releases/tag/${{ inputs.tag }}
" >> email.html + echo "Milestone: ${{ inputs.milestone }}
" >> email.html + echo "Eine Auflistung der gelösten Issues findest du hier
" >> email.html echo "" >> email.html echo "" >> email.html - name: Send Email