Skip to content
send

GitHub Action

action-swit

v1 Latest version

action-swit

send

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

Learn more about this action in roharon/action-swit
Choose a version

Swit for Github Action

Publish Docker Image GitHub 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

Example Usage

uses: roharon/action-swit@v1
with:
  webhooks_url: "https://hook.swit.io/chat/~~~/~~~"

You can find Message on Swit like this.

image

How to get my webhooks_url?

First, Create your swit app

Second, Enable Webhook URL & Click Add New Webhook

Choose channel or project you want 🙃 image