Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fatelei/github-notify-actions

Integration im tools
https://github.com/fatelei/github-notify-actions

Last synced: about 1 month ago
JSON representation

Integration im tools

Awesome Lists containing this project

README

        


typescript-action status

# Github notify actions

Integrate with: lark, wecom, slack webhooks.

# Usage

```yaml
- name: github-notify-action
# You may pin to the exact commit or the version.
# uses: fatelei/github-notify-actions@5d5cc6b74d5c8e90ce3ac473ad7ddfb2fee5b350
uses: fatelei/[email protected]
with:
# support lark / wecom / slack
integration:
# webhook url
webhook:
# message type, current only support text
messageType:
# content
content:
# title
title: # optional, default is
```