Skip to content

A very simple Slack notification service for Github Actions

License

Notifications You must be signed in to change notification settings

ace-teknologi/BoJoNotoMoFo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoJoNotoMoFo

A GitHub action to send a notification via Slack.

Boris Johnson

Image by Chatham House under Creative Commons Attribution 2.0

Prerequisites

  • A Slack webhook
  • Something to say

Usage

on: push
name: BoJoNotoMoFo

jobs:
  notify:
    name: Notify Slack
    runs-on: ubuntu-latest
    steps:
      - name: Slack Notification
        uses: ace-teknologi/BoJoNotoMoFo@master
        env:
          MESSAGE: "Hi there!"
          SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

About

A very simple Slack notification service for Github Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published