mirror of
https://github.com/seepine/action-wechat-work.git
synced 2025-01-19 05:59:52 +08:00
Update main.yml
This commit is contained in:
parent
79e036d96e
commit
ab7bb5d98f
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
workflow "Send notification on push" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Dingtalk notification",
|
||||
]
|
||||
}
|
||||
|
||||
action "Dingtalk notification" {
|
||||
uses = "cooperwu/action-dingtalk@master"
|
||||
secrets = ["DINGTALK_WEBHOOK"]
|
||||
args = "A new commit has been pushed to cooperwu/action-dingtalk."
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user