From 63d2abc3c76f16e14321b16d9555ded3b919334e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 24 Jan 2024 21:58:12 +0100 Subject: [PATCH] d --- .woodpecker/notify.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 81bbfb3e..26d9223e 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -15,7 +15,7 @@ steps: - echo $CI_PIPELINE_STATUS - | s-nail \ - -s "CI: [$CI_PREV_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH)" \ + -s "CI: [$CI_PIPELINE_STATUS] $CI_REPO $CI_WORKFLOW_NAME" \ -S mta=smtp://docker10.mgrote.net:1025 \ -S smtp-auth=none \ -S v15-compat \ @@ -24,7 +24,8 @@ steps: Repository: $CI_REPO Commit: $CI_COMMIT_SHA URL: $CI_PREV_PIPELINE_URL - Status: $CI_PREV_PIPELINE_STATUS + URL-Git: $CI_PIPELINE_FORGE_URL + Status: $CI_PIPELINE_STATUS EOF when: event: [push]