refactor: .devops/克隆项目并获取项目的log.yml

This commit is contained in:
gitgit 2022-08-02 08:11:31 +00:00 committed by jianmu
parent 7600669897
commit fe626c2315
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,7 @@ workflow:
task: end
needs:
- dingtalk_notice_action_card_0
- qywx_notice_0
- ref: git_log_0
name: git log
task: git_log@1.0.2
@ -42,4 +43,14 @@ workflow:
btns: '"[]"'
needs:
- git_log_0
- ref: qywx_notice_0
name: 企业微信通知
task: qywx_notice@1.2.1-text
input:
bot_webhook_url: ((wechat.wechat_bot))
text_content: git_log_0.git_log
mentioned_list: '"[]"'
mentioned_mobile_list: '"[]"'
needs:
- git_log_0