From e5dc528ec2295ac4f58d3344a9cb5333f34f4cd5 Mon Sep 17 00:00:00 2001 From: gitgit Date: Tue, 2 Aug 2022 03:41:02 +0000 Subject: [PATCH] feat: .devops/hello_dingdingtalk.yml --- .devops/hello_dingdingtalk.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .devops/hello_dingdingtalk.yml diff --git a/.devops/hello_dingdingtalk.yml b/.devops/hello_dingdingtalk.yml new file mode 100644 index 0000000..27ca722 --- /dev/null +++ b/.devops/hello_dingdingtalk.yml @@ -0,0 +1,26 @@ +name: hello_dingdingtalk +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: ((wecom.bot_webhook)) + msg_title: '"hello"' + msg_text: '"this is a test message"' + single_title: '""' + single_url: '""' + btns: '"[]"' + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - dingtalk_notice_action_card_0 +