From 03df2115056b802d56524ce1db66e5e3cd543777 Mon Sep 17 00:00:00 2001 From: gitgit Date: Tue, 2 Aug 2022 06:54:06 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20.devops/=E5=90=91=E9=92=89=E9=92=89?= =?UTF-8?q?=E5=8F=91=E9=80=81hello.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/向钉钉发送hello.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .devops/向钉钉发送hello.yml diff --git a/.devops/向钉钉发送hello.yml b/.devops/向钉钉发送hello.yml new file mode 100644 index 0000000..a8eb045 --- /dev/null +++ b/.devops/向钉钉发送hello.yml @@ -0,0 +1,26 @@ +name: 向钉钉发送hello +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: '"hello chy 0802"' + single_title: '""' + single_url: '""' + btns: '"[]"' + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - dingtalk_notice_action_card_0 +