Skip to content

Commit

Permalink
feat: 데일리 스크럼봇 중단 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 authored Nov 25, 2024
1 parent 3675137 commit b56a6f3
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/daily-scrum-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ jobs:

steps:
- name: Send notification to Slack
env:
DATA: |
{
"channel": "C07LHAWLVNG",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<@U07L8AX9B4N><@U07L87A3WKY><@U07LC3Q1MEH><@U07LHEEU2BW><@U07LESGBQEP><@U07LMP4PY0L><@U07LHAXGYBE><@U07L87GGHJS>\n\n
*:calendar: 보틀즈 데일리 스크럼 :calendar:*\n\n
:one: - 완료된 작업 내용\n\n
:two: - 오늘 해야 할 작업\n\n
:three: - 겪고 있는 문제나 도움이 필요한 사항\n\n
오늘의 TMI나 아무말도 좋아 :blob_aww: \n\n"
}
}
]
}
run: |
curl -X POST -H "Content-Type: application/json" \
-d "$DATA" \
${{ secrets.SLACK_WEBHOOK_URL }}
# env:
# DATA: |
# {
# "channel": "C07LHAWLVNG",
# "blocks": [
# {
# "type": "section",
# "text": {
# "type": "mrkdwn",
# "text": "<@U07L8AX9B4N><@U07L87A3WKY><@U07LC3Q1MEH><@U07LHEEU2BW><@U07LESGBQEP><@U07LMP4PY0L><@U07LHAXGYBE><@U07L87GGHJS>\n\n
# *:calendar: 보틀즈 데일리 스크럼 :calendar:*\n\n
# :one: - 완료된 작업 내용\n\n
# :two: - 오늘 해야 할 작업\n\n
# :three: - 겪고 있는 문제나 도움이 필요한 사항\n\n
# 오늘의 TMI나 아무말도 좋아 :blob_aww: \n\n"
# }
# }
# ]
# }
# run: |
# curl -X POST -H "Content-Type: application/json" \
# -d "$DATA" \
# ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit b56a6f3

Please sign in to comment.