mirror of
https://github.com/seepine/action-wechat-work.git
synced 2025-01-18 13:16:38 +08:00
Update main.yml
This commit is contained in:
parent
ab7bb5d98f
commit
fcc3b78bbc
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -1,12 +1,12 @@
|
||||
workflow "Send notification on push" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Dingtalk notification",
|
||||
"WeChat Work notification",
|
||||
]
|
||||
}
|
||||
|
||||
action "Dingtalk notification" {
|
||||
uses = "cooperwu/action-dingtalk@master"
|
||||
secrets = ["DINGTALK_WEBHOOK"]
|
||||
args = "A new commit has been pushed to cooperwu/action-dingtalk."
|
||||
action "WeChat Work notification" {
|
||||
uses = "chf007/action-wechat-work@master"
|
||||
secrets = ["WECHAT_WORK_WEBHOOK"]
|
||||
args = "A new commit has been pushed to chf007/action-wechat-work."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user