Browse Source

Update demo.yml (#1174)

Add demo reset error handle

Signed-off-by: raller1028 <57336867+raller1028@users.noreply.github.com>
raller1028 2 years ago
parent
commit
23ce3487e1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/demo.yml

+ 4 - 0
.github/workflows/demo.yml

@@ -75,5 +75,9 @@ jobs:
         run: | 
           aws lightsail delete-instance \
             --instance-name ${{ env.OLD_INSTANCE_NAME }}
+      - name: Demo Reset Error Handling
+        if: ${{ failure() }}
+        run: |
+          curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"text","content":{"text":"Demo Reset Error"}}' ${{ secrets.SSH_ROBOT_URL }}