mirror of
https://gitee.com/jack_whh/action-wechat-work.git
synced 2026-03-10 05:12:55 +08:00
init
This commit is contained in:
26
README.md
26
README.md
@@ -1 +1,25 @@
|
||||
# action-wechat-work
|
||||
# WeChat Work for GitHub Actions
|
||||
|
||||
Sends a WeChat Work notification. Simple as that.
|
||||
|
||||

|
||||
|
||||
*Appearance on WeChat Work :*
|
||||
|
||||

|
||||
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user