ddescaping
This commit is contained in:
parent
779c359457
commit
35c85646f4
1 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@ 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=v15-compat \
|
||||
--set=mta=smtp://docker10.mgrote.net:1025 \
|
||||
-r gitea@mgrote.net \
|
||||
michael.grote@posteo.de"
|
||||
michael.grote@posteo.de"'"
|
||||
|
|
Loading…
Reference in a new issue