GitHub Action
action-swit
v1
Latest version
action-swit
action-swit
Send Message to Swit
Installation
Copy and paste the following snippet into your .yml file.
- name: action-swit
uses: roharon/action-swit@v1
Swit for Github Action
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
Example Usage
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
Second, Enable Webhook URL & Click Add New Webhook