ff
All checks were successful
lint, build and push / gitleaks (push) Successful in 3s
lint, build and push / hadolint (push) Successful in 3s
lint, build and push / build (push) Successful in 15s
lint, build and push / notify (push) Successful in 3s

This commit is contained in:
Michael Grote 2024-09-02 20:43:51 +02:00
parent 2f11bab000
commit de38af81be

View file

@ -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