Skip to content

Latest commit

History

History

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 }}