Send a message to Swit using Github Actions
Required Your App's webhooks_url
The message send to swit. Default
"🏷 ${{ job.status }} ${{ github.sha }} - by ${{ github.actor }}"
You can search github action's context on here
uses: roharon/action-swit@v1
with:
webhooks_url: "https://hook.swit.io/chat/~~~/~~~"You can find Message on Swit like this.
First, Create your swit app
Second, Enable Webhook URL & Click Add New Webhook

