This commit is contained in:
Michael Grote 2024-09-02 20:29:46 +02:00
parent 97bcf6d2aa
commit c55ae36429

View file

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