fixed repository_name var in sendQAMail
This commit is contained in:
parent
7e09248c00
commit
4698455cd1
@ -36,7 +36,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPOSITORY_NAME=$(basename ${{ env.GITHUB_REPOSITORY }})
|
REPOSITORY_NAME=$(basename ${{ env.GITHUB_REPOSITORY }})
|
||||||
|
|
||||||
echo "Subject: Neues Release: [${{ env.GITHUB_REPOSITORY#*/ }}]" > email.html
|
echo "Subject: Neues Release: $REPOSITORY_NAME" > email.html
|
||||||
echo "From: ${{ vars.SMTP_SENDER }}" >> email.html
|
echo "From: ${{ vars.SMTP_SENDER }}" >> email.html
|
||||||
echo "To: ${{ vars.SMTP_QA_RECIPIENT }}" >> email.html
|
echo "To: ${{ vars.SMTP_QA_RECIPIENT }}" >> email.html
|
||||||
echo "Content-Type: text/html; charset=UTF-8" >> email.html
|
echo "Content-Type: text/html; charset=UTF-8" >> email.html
|
||||||
|
Loading…
Reference in New Issue
Block a user