From fcc3b78bbc7cad3c6ebb73bda9e723ce7881bcf5 Mon Sep 17 00:00:00 2001 From: chf007 Date: Wed, 11 Sep 2019 10:25:02 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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." }