Skip to content

๐Ÿ  seonhyung.jo / 2023-11 #573

๐Ÿ  seonhyung.jo / 2023-11

๐Ÿ  seonhyung.jo / 2023-11 #573

Workflow file for this run

name: New Contents Noti
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Im-D/slack-hook-action@v1.3
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
slack_channel: dev-contents
slack_username: GithubPageBot
if: always()