Skip to content

merge: 방 나갈 때 쿠키 삭제 추가 #371 #30

merge: 방 나갈 때 쿠키 삭제 추가 #371

merge: 방 나갈 때 쿠키 삭제 추가 #371 #30

name: BE Document Change Discord Notification for Dev
on:
workflow_dispatch:
push:
branches: [ "develop" ]
paths:
- backend/src/docs/asciidoc/**
- backend/src/test/java/ddangkong/documentation/**
jobs:
notification:
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- name: Discord Webhook Action
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.ASCIIDOC_NOTIFICATION_WEBHOOK_URL }}
username: Document Notificator
content: |
================================================
## 📃 Dev 서버 API 문서에 변경이 발생했습니다!
⬆️ [PR 바로가기](${{ github.event.pull_request.html_url }})
⬆️ [Docs 바로가기](https://api.dev.ddangkong.kr/docs/index.html)
================================================