Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fatelei/github-notify-actions
- Owner: fatelei
- License: mit
- Created: 2021-11-14T06:41:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:07:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:54:14.867Z (9 months ago)
- Language: TypeScript
- Size: 582 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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
```