From d30326433ca17e7fee4b17e3dece3caab1f38d52 Mon Sep 17 00:00:00 2001 From: Marco Maatz Date: Thu, 16 Jan 2025 12:55:09 +0100 Subject: [PATCH] email formatting --- .gitea/workflows/sendQAMail.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "Ein neues Release für [${{ env.GITHUB_REPOSITORY }}] wurde erstellt." >> email.html + echo "

Ein neues Release für [dashboard] wurde erstellt.

" >> 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