dd
This commit is contained in:
parent
cf5bf57e91
commit
97e2ab0d32
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
#if: failure()
|
#if: failure()
|
||||||
with:
|
with:
|
||||||
args: echo "CI Error in ${{ steps.meta.outputs.REPO_NAME }}" | s-nail \
|
args: echo "CI Error in ${{ GITHUB_REPOSITORY }}" | s-nail \
|
||||||
--subject="git.mgrote.net - CI-Failure - ${{ steps.meta.outputs.REPO_NAME }}" \
|
--subject="git.mgrote.net - CI-Failure - ${{ GITHUB_REPOSITORY }}" \
|
||||||
--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 \
|
||||||
|
|
Loading…
Reference in a new issue