[CI] Notify slack on backport failure (#1468)

This commit is contained in:
Ross Wolf
2021-09-01 06:47:48 -06:00
committed by GitHub
parent 2a7d036443
commit c395d799b4
+7
View File
@@ -145,3 +145,10 @@ jobs:
echo "Amend the commit message and push"
git commit --amend -F $COMMIT_MSG_FILE
git push
- name: "Notify slack on failure"
uses: craftech-io/slack-action@v1
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
status: failure
if: failure()