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

(cherry picked from commit c395d799b4)
This commit is contained in:
Ross Wolf
2021-09-01 06:47:48 -06:00
committed by github-actions[bot]
parent 21628611a9
commit e9d67898d9
+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()