ff
This commit is contained in:
parent
2f11bab000
commit
de38af81be
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue