This commit is contained in:
关红福
2019-09-11 11:56:17 +08:00
parent fcc3b78bbc
commit 6f94912a33
8 changed files with 154 additions and 12 deletions

View File

@@ -1 +1,25 @@
# action-wechat-work
# WeChat Work for GitHub Actions
Sends a WeChat Work notification. Simple as that.
![WeChat Work Logo](wechat-work-logo.png "WeChat Work Logo")
*Appearance on WeChat Work :*
![WeChat Work message](action-message.png "WeChat Work message")
<hr/>
## Usage
```hcl
action "WeChat Work notification" {
uses = "chf007/action-wechat-work@master"
secrets = ["WECHAT_WORK_BOT_WEBHOOK"]
}
```
### Secrets
* **`WECHAT_WORK_BOT_WEBHOOK`**: the WeChat Work webhook URL (**required**, see https://work.weixin.qq.com/api/doc#90000/90136/91770).
* That's all.