From 8a7b8be2e3b8c13573e9c85e31a00b25be6f7a5f Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Sun, 12 Jul 2026 15:21:51 +0900 Subject: [PATCH] =?UTF-8?q?Slack=20=E9=80=9A=E7=9F=A5=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E6=96=87=E8=A8=80=E3=82=92=20=C2=BB=20?= =?UTF-8?q?=E8=A9=B3=E7=B4=B0=E3=82=92=E8=A6=8B=E3=82=8B=20(GitHub)=20?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scheduler_daily.yml | 4 ++-- .github/workflows/test_slack_notification.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scheduler_daily.yml b/.github/workflows/scheduler_daily.yml index 1ab98f3..62fe58b 100644 --- a/.github/workflows/scheduler_daily.yml +++ b/.github/workflows/scheduler_daily.yml @@ -119,13 +119,13 @@ jobs: # For posting a simple plain text message payload: | { - "text": "<@yasulab> Failed to build DojoMap. (詳細を見る)", + "text": "<@yasulab> Failed to build DojoMap. » 詳細を見る (GitHub)", "blocks": [ { "type": "section", "text": { "type": "mrkdwn", - "text": "<@yasulab> Failed to build DojoMap. ()" + "text": "<@yasulab> Failed to build DojoMap. " } } ] diff --git a/.github/workflows/test_slack_notification.yml b/.github/workflows/test_slack_notification.yml index 4df576f..2e6593e 100644 --- a/.github/workflows/test_slack_notification.yml +++ b/.github/workflows/test_slack_notification.yml @@ -27,13 +27,13 @@ jobs: # scheduler_daily.yml と同じ形式のペイロード(文面のみテスト用) payload: | { - "text": "`[TEST]` DojoMap の Slack 通知テストです。(詳細を見る)", + "text": "`[TEST]` DojoMap の Slack 通知テストです。» 詳細を見る (GitHub)", "blocks": [ { "type": "section", "text": { "type": "mrkdwn", - "text": "`[TEST]` DojoMap の Slack 通知テストです。()" + "text": "`[TEST]` DojoMap の Slack 通知テストです。" } } ]