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 +