fixed repository_name var in sendQAMail
This commit is contained in:
parent
a38460736e
commit
7e09248c00
@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: Create Email
|
||||
run: |
|
||||
REPOSITORY_NAME=${{env.GITHUB_REPOSITORY#*/}}
|
||||
REPOSITORY_NAME=$(basename ${{ env.GITHUB_REPOSITORY }})
|
||||
|
||||
echo "Subject: Neues Release: [${{ env.GITHUB_REPOSITORY#*/ }}]" > email.html
|
||||
echo "From: ${{ vars.SMTP_SENDER }}" >> email.html
|
||||
|
Loading…
Reference in New Issue
Block a user