ci(actions): use action notify webhook

This commit is contained in:
2026-07-08 18:36:25 +08:00
parent b60ce37ab7
commit aebda70834
2 changed files with 28 additions and 52 deletions
+2 -7
View File
@@ -1,8 +1,3 @@
curl -X POST https://flow.banlv-ai.com/requirements/REQ-XXXXXXXX/development-complete \
curl -X POST "https://flow.banlv-ai.com/webhooks/action-notify?chat_id=oc_xxx" \
-H "Content-Type: application/json" \
-d '{
"operator": "gitea",
"result": "ready_for_test",
"summary": "Gitea 内容操作已完成:这里写他完成了什么、提交/分支/链接",
"source": "gitea"
}'
-d '{"message":"Gitea 内容操作完成,已同步。"}'