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 14s
lint, build and push / notify (push) Successful in 1s

This commit is contained in:
Michael Grote 2024-09-02 20:31:13 +02:00
parent 356ec63c61
commit cf5bf57e91

View file

@ -69,9 +69,9 @@ jobs:
if: always()
#if: failure()
with:
args: echo CI Error in ${{ steps.meta.outputs.REPO_NAME }} | s-nail \
args: echo "CI Error in ${{ steps.meta.outputs.REPO_NAME }}" | s-nail \
--subject="git.mgrote.net - CI-Failure - ${{ steps.meta.outputs.REPO_NAME }}" \
--set=smtp-auth='none' \
--set=smtp-auth="none" \
--set=v15-compat \
--set=mta=smtp://docker10.mgrote.net:1025 \
-r gitea@mgrote.net \