We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e1988 commit 1604dc0Copy full SHA for 1604dc0
1 file changed
.github/workflows/production-build.yaml
@@ -94,6 +94,7 @@ jobs:
94
if: success()
95
uses: slackapi/slack-github-action@v2.1.0
96
with:
97
+ webhook-type: incoming-webhook
98
payload: |
99
{
100
"text": "✅ Docker Build Successful",
@@ -139,6 +140,7 @@ jobs:
139
140
if: failure()
141
142
143
144
145
146
"text": "❌ Docker Build Failed",
0 commit comments