Skip to content

🎨 전체 코드 리팩토링 및 테스트코드 작성 #53

🎨 전체 코드 리팩토링 및 테스트코드 작성

🎨 전체 코드 리팩토링 및 테스트코드 작성 #53

Workflow file for this run

name: Discord Notifications
on:
pull_request: # pr - opened, reopened 이벤트 발생 시 discord 알림
types: [opened, reopened]
jobs:
discordNotification:
runs-on: ubuntu-latest
steps:
- name: Discord Github Notification
uses: Aleph-Kim/[email protected]
with:
discord-webhook-url: ${{ secrets.SPRINGBOT_WEBHOOK }} # secret key에 저장한 discord webhook url
language: "korean" # 필수 X
custom: true # 필수 X