Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pardjs/work-wechat-webhook-action
https://github.com/pardjs/work-wechat-webhook-action
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pardjs/work-wechat-webhook-action
- Owner: pardjs
- License: mit
- Created: 2020-02-19T11:47:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:22:53.000Z (over 2 years ago)
- Last Synced: 2023-03-02T15:02:55.981Z (almost 2 years ago)
- Language: JavaScript
- Size: 616 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Work Wechat Webhook Action
This action prints "Hello World" or "Hello" + the name of a person to greet to the log. To learn how this action was built, see "[Creating a JavaScript action](https://help.github.com/en/articles/creating-a-javascript-action)" in the GitHub Help documentation.
## Inputs
### `msg-type`
The type of the Work Wechat message, `markdown` or `text`. Default `"text"`.
### `content`
The content of the Work Wechat message. Default `"无话可说"`.
## Outputs
### `time`
The time we call the webhook.
## Example usage
```yaml
uses: pardjs/work-wechat-webhook-action@master
with:
msg-type: 'text'
env:
KEY: ${{secrets.WORK_WECHAT_KEY}}
CONTENT: '说点什么'
MENTIONED_LIST: 'dozto,do021,bain'
```