There was an error while loading. Please reload this page.
2 parents 99bb232 + d36f569 commit a3c821aCopy full SHA for a3c821a
1 file changed
.github/workflows/test_slack_notification.yml
@@ -27,13 +27,13 @@ jobs:
27
# scheduler_daily.yml と同じ形式のペイロード(文面のみテスト用)
28
payload: |
29
{
30
- "text": "[TEST] DojoMap の Slack 通知テストです。(詳細を見る)",
+ "text": "`[TEST]` DojoMap の Slack 通知テストです。(詳細を見る)",
31
"blocks": [
32
33
"type": "section",
34
"text": {
35
"type": "mrkdwn",
36
- "text": "[TEST] DojoMap の Slack 通知テストです。エラー通知ではありません。(<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|詳細を見る>)"
+ "text": "`[TEST]` DojoMap の Slack 通知テストです。(<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|詳細を見る>)"
37
}
38
39
]
0 commit comments