From c44af6340711bb5cec36b27f653dc526d3c2a19a Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Fri, 3 Jan 2025 19:36:50 +0800 Subject: [PATCH] Upd msg --- .github/workflows/cve_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve_checks.yml b/.github/workflows/cve_checks.yml index e7118a236..da8019760 100644 --- a/.github/workflows/cve_checks.yml +++ b/.github/workflows/cve_checks.yml @@ -74,6 +74,6 @@ jobs: if: ${{ always() && needs.build-and-test.result == 'failure' }} uses: ./.github/workflows/infra_discord_hook.yml with: - message: "Achtung! CVE checks run failed!" + message: "Attention! CVE checks run failed! Please fix them CVEs :(" secrets: DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL_CVE }}