From 88dc2ba778ea7d9086216b63a513b71b3f676c7c Mon Sep 17 00:00:00 2001 From: floraachy <1622042529@qq.com> Date: Mon, 10 Jul 2023 14:05:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20.devops/=E6=89=8B=E5=8A=A8=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E5=8F=91=E9=80=81=E6=B6=88=E6=81=AF.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/手动触发发送消息.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .devops/手动触发发送消息.yml diff --git a/.devops/手动触发发送消息.yml b/.devops/手动触发发送消息.yml new file mode 100644 index 0000000..9f5e55c --- /dev/null +++ b/.devops/手动触发发送消息.yml @@ -0,0 +1,26 @@ +version: 2 +name: 手动触发发送消息 +description: "" +global: + concurrent: 1 +workflow: + - ref: start + name: 开始 + task: start + - ref: dingtalk_notice_text_0 + name: 钉钉通知-文本 + task: dingtalk_notice_text@1.0.2 + input: + boot_webhook_url: ((dingbot.webhook)) + secret: ((dingbot.ding_secret)) + msg_text: ext.ding_secret + at_user_ids: '"[]"' + at_mobiles: '"[]"' + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - dingtalk_notice_text_0 +