merge: 방 나갈 때 쿠키 삭제 추가 #371 #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
================================================ |