Skip to content

TheTeaNerd/let-the-people-know

Repository files navigation

Let The People Know!

This simple action prints commit messages to the target branch into a Slack channel. It is intended for release announcements.

You must supply a SLACK_WEBHOOK in your repository's secrets.

Example usage

name: Release workflow

on:
  push:
    branches:
    - release
jobs:
  let-the-people-know:
    runs-on: ubuntu-latest
    name: Let the people know
    steps:
    - name: Let the people know
      uses: TheTeaNerd/let-the-people-know@master
      env:
        SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

About

📣 GitHub Action to publish commit messages to Slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published