https://github.com/roharon/action-swit
Support your ChatOps with Swit Messenger for GitHub Actions
https://github.com/roharon/action-swit
collaboration github github-action github-actions swit webhook
Last synced: 9 months ago
JSON representation
Support your ChatOps with Swit Messenger for GitHub Actions
- Host: GitHub
- URL: https://github.com/roharon/action-swit
- Owner: roharon
- License: mit
- Created: 2020-06-15T12:48:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T16:28:29.000Z (over 5 years ago)
- Last Synced: 2025-04-28T18:08:14.425Z (9 months ago)
- Topics: collaboration, github, github-action, github-actions, swit, webhook
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swit for Github Action

[](https://github.com/roharon/action-swit/releases)
Send a message to Swit using Github Actions
## Inputs
### `webhooks_url`
**Required** Your App's webhooks_url
### `message`
The message send to swit. Default
`"🏷 ${{ job.status }} ${{ github.sha }} - by ${{ github.actor }}"`
*[You can search github action's **context** on here](https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts)*
## Example Usage
```yml
uses: roharon/action-swit@v1
with:
webhooks_url: "https://hook.swit.io/chat/~~~/~~~"
```
You can find Message on Swit like this.

## How to get my webhooks_url?
First, [Create your swit app](https://developers.swit.io/apps)
Second, Enable Webhook URL & Click Add New Webhook
*Choose channel or project you want 🙃*
