ff
This commit is contained in:
parent
e92c92a5ad
commit
97bcf6d2aa
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ 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 \
|
||||
|
|
Loading…
Reference in a new issue