Skip to content

Just for @rouk1

Just for @rouk1 #3

Workflow file for this run

name: bot
on: [push]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notifying via Slack
uses: jakobo/slack-rich-notify@v2.0.1
with:
token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: "product-releases"
message: |
\#\# TITLE
My list:
* A
* B
**Something Got Pushed!**