From def4b1b742875a0c12958970cbf014d5ed1f6895 Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:27:46 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml (#250) --- .github/workflows/push_to_new_AppStore.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index b565d76..9f37660 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -34,4 +34,8 @@ jobs: email: q2676515970@163.com src_branch: main dst_branch: main + - name: Error Handling + if: ${{ failure() }} + run: | + curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"text","content":{"text":"CasaOS-AppStore build and publish error"}}' ${{ secrets.APPSTORE_ROBOT_URL }}