From b09f128f62d6664e89ded5be21f2f8a7b5d60c14 Mon Sep 17 00:00:00 2001 From: gitgit Date: Tue, 2 Aug 2022 07:19:28 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20.devops/=E7=BB=99=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=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 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .devops/给企业微信发送hello.yml diff --git a/.devops/给企业微信发送hello.yml b/.devops/给企业微信发送hello.yml new file mode 100644 index 0000000..64a8e10 --- /dev/null +++ b/.devops/给企业微信发送hello.yml @@ -0,0 +1,24 @@ +name: 给企业微信发送hello +description: "" +global: + concurrent: false +workflow: + - ref: start + name: 开始 + task: start + - ref: qywx_notice_0 + name: 企业微信通知 + task: qywx_notice@1.2.1-text + input: + bot_webhook_url: ((wechat.wechat_bot)) + text_content: '"hello this is message"' + mentioned_list: '"[]"' + mentioned_mobile_list: '"[]"' + needs: + - start + - ref: end + name: 结束 + task: end + needs: + - qywx_notice_0 +