mirror of
https://github.com/seepine/action-wechat-work.git
synced 2025-01-18 21:36:41 +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" {
|
workflow "Send notification on push" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = [
|
resolves = [
|
||||||
"Dingtalk notification",
|
"WeChat Work notification",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Dingtalk notification" {
|
action "WeChat Work notification" {
|
||||||
uses = "cooperwu/action-dingtalk@master"
|
uses = "chf007/action-wechat-work@master"
|
||||||
secrets = ["DINGTALK_WEBHOOK"]
|
secrets = ["WECHAT_WORK_WEBHOOK"]
|
||||||
args = "A new commit has been pushed to cooperwu/action-dingtalk."
|
args = "A new commit has been pushed to chf007/action-wechat-work."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user