Skip to content

🏠 seonhyung.jo / 당신이 알아야 할 모든 것들 #563

🏠 seonhyung.jo / 당신이 알아야 할 모든 것들

🏠 seonhyung.jo / 당신이 알아야 할 모든 것들 #563

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()