feat: .devops/wechat.yml

This commit is contained in:
gitgit
2022-08-02 03:26:21 +00:00
parent 0eb8bea5dd
commit 841cc711c2

26
.devops/wechat.yml Normal file
View File

@@ -0,0 +1,26 @@
name: wechat
description: ""
global:
concurrent: false
workflow:
- ref: start
name: 开始
task: start
- ref: dingtalk_notice_action_card_0
name: 钉钉通知-ActionCard
task: dingtalk_notice_action_card@1.0.2
input:
boot_webhook_url: ((wechat.wechat_bot))
msg_title: '""'
msg_text: '"eeeeeee"'
single_title: '""'
single_url: '""'
btns: '"[]"'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- dingtalk_notice_action_card_0