Skip to content

Commit 1604dc0

Browse files
authored
UN-2544 Added missing webhook type
Signed-off-by: Ritwik G <100672805+ritwik-g@users.noreply.github.com>
1 parent 65e1988 commit 1604dc0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/production-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
if: success()
9595
uses: slackapi/slack-github-action@v2.1.0
9696
with:
97+
webhook-type: incoming-webhook
9798
payload: |
9899
{
99100
"text": "✅ Docker Build Successful",
@@ -139,6 +140,7 @@ jobs:
139140
if: failure()
140141
uses: slackapi/slack-github-action@v2.1.0
141142
with:
143+
webhook-type: incoming-webhook
142144
payload: |
143145
{
144146
"text": "❌ Docker Build Failed",

0 commit comments

Comments
 (0)