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 080aea8 commit 8a5069aCopy full SHA for 8a5069a
.github/workflows/deploy.yml
@@ -93,6 +93,7 @@ jobs:
93
if: ${{ failure() && github.ref_name == 'main' }}
94
uses: rtCamp/action-slack-notify@v2
95
env:
96
- SLACK_TITLE: Defang Docs deploy workflow failed
97
MSG_MINIMAL: actions url
+ SLACK_COLOR: ${{ job.status }}
98
+ SLACK_TITLE: Defang Docs deploy workflow failed
99
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFIER_WEBHOOK_URL }}
0 commit comments