Skip to content

Add slack message API to send message on slack #1

Add slack message API to send message on slack

Add slack message API to send message on slack #1

Workflow file for this run

name: Health Check
on:
workflow_dispatch:
pull_request:
jobs:
health_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/slack
with:
slack_channel_id: ${{ secrets.SLACK_CHANNEL_REMORA }}
message: "Hello, world!"