From 2aedfb3fe5045f5c386f376c01fe4febd7b813d7 Mon Sep 17 00:00:00 2001 From: Konstantin Sykulev Date: Tue, 18 Feb 2025 09:16:55 -0600 Subject: [PATCH] Updated slack error message to include team (#40) --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index a21e1e7..a429c2a 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -79,7 +79,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "Security artifacts generation result: ${{ job.status }}\nhttps://github.com/fleetdm/nvd/actions/runs/${{ github.run_id }}\n${{ github.event.pull_request.html_url || github.event.head.html_url }}" + "text": ", security artifacts generation result: ${{ job.status }}\nhttps://github.com/fleetdm/nvd/actions/runs/${{ github.run_id }}\n${{ github.event.pull_request.html_url || github.event.head.html_url }}" } } ]