From be7b246d2e6e61b8ffc376ced3322e77416d5962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Sun, 10 Sep 2023 06:08:05 +0200 Subject: [PATCH] chore: govulncheck cron - update email subject --- .woodpecker/govulncheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/govulncheck.yml b/.woodpecker/govulncheck.yml index a10f7ca..f09dfa9 100644 --- a/.woodpecker/govulncheck.yml +++ b/.woodpecker/govulncheck.yml @@ -28,6 +28,6 @@ steps: recipients: - notifications@dwysokinski.me recipients_only: true - subject: "[deploy - {{ build.status }}] {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }})" + subject: "[govulncheck - {{ build.status }}] {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }})" when: status: [success, failure]