Update push_to_new_AppStore.yml (#250)
This commit is contained in:
parent
56f7d5a943
commit
def4b1b742
|
@ -34,4 +34,8 @@ jobs:
|
||||||
email: q2676515970@163.com
|
email: q2676515970@163.com
|
||||||
src_branch: main
|
src_branch: main
|
||||||
dst_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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue