fixed repository_name var in sendQAMail
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user