We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f07c6 commit c44af63Copy full SHA for c44af63
.github/workflows/cve_checks.yml
@@ -74,6 +74,6 @@ jobs:
74
if: ${{ always() && needs.build-and-test.result == 'failure' }}
75
uses: ./.github/workflows/infra_discord_hook.yml
76
with:
77
- message: "Achtung! CVE checks run failed!"
+ message: "Attention! CVE checks run failed! Please fix them CVEs :("
78
secrets:
79
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL_CVE }}
0 commit comments