Skip to content

Files

Latest commit

 

History

History

rsslack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

RSS(lack)

This action sends a really simple slack notification to a given channel. Nothing fancy, just a simple message to a channel.

Usage:

- name: Notify Slack
  uses: ubio/github-actions/slack-notifier@master
  with:
    channel: ${{ secrets.SLACK_CHANNEL }}
    message: "👋 from RSS(lack)"
    slack_token: ${{ secrets.SLACK_TOKEN }}