refactor: .devops/克隆项目并获取项目的log.yml
This commit is contained in:
parent
5a3c2be49c
commit
277cc85c9a
|
@ -21,7 +21,7 @@ workflow:
|
|||
name: 结束
|
||||
task: end
|
||||
needs:
|
||||
- git_log_0
|
||||
- dingtalk_notice_action_card_0
|
||||
- ref: git_log_0
|
||||
name: git log
|
||||
task: git_log@1.0.2
|
||||
|
@ -30,4 +30,16 @@ workflow:
|
|||
commit_num: 5
|
||||
needs:
|
||||
- git_clone_0
|
||||
- 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: '"gitlog"'
|
||||
msg_text: git_log_0.git_log
|
||||
single_title: '""'
|
||||
single_url: '""'
|
||||
btns: '"[]"'
|
||||
needs:
|
||||
- git_log_0
|
||||
|
||||
|
|
Loading…
Reference in New Issue