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 451a003 commit f7361cfCopy full SHA for f7361cf
.github/workflows/deploy.yml
@@ -92,4 +92,12 @@ jobs:
92
user_email: 41898282+github-actions[bot]@users.noreply.github.com
93
cname: docs.defang.io
94
95
-
+ - name: Notify Slack of Action Failures
96
+ uses: ravsamhq/[email protected]
97
+ if: ${{ always() && github.ref_name == 'main' }}
98
+ with:
99
+ status: ${{ job.status }}
100
+ notify_when: "failure"
101
+ notification_title: "{workflow} is failing"
102
+ env:
103
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFIER_WEBHOOK_URL }}
0 commit comments