diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 02a3f02..5101aee 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -85,9 +85,8 @@ jobs: # Server port, default 25: #server_port: 465 secure: false - subject: "CI Error in" # ${{ GITHUB_REPOSITORY }}" + subject: "CI Error in ${{ env.GITHUB_REPOSITORY }}" to: michael.grote@posteo.de from: Gitea Actions - # Optional plain body: - body: Build job of # ${{github.repository}} completed successfully! + body: Build job of ${{ env.github.repository }} completed successfully! ignore_cert: true