diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73ed615..5baabd1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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." }