Skip to content

Commit a3c821a

Browse files
authored
Merge pull request #37 from coderdojo-japan/decorate-slack-test-label
Slack テスト通知の [TEST] をコード表記に変更
2 parents 99bb232 + d36f569 commit a3c821a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_slack_notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
# scheduler_daily.yml と同じ形式のペイロード(文面のみテスト用)
2828
payload: |
2929
{
30-
"text": "[TEST] DojoMap の Slack 通知テストです。(詳細を見る)",
30+
"text": "`[TEST]` DojoMap の Slack 通知テストです。(詳細を見る)",
3131
"blocks": [
3232
{
3333
"type": "section",
3434
"text": {
3535
"type": "mrkdwn",
36-
"text": "[TEST] DojoMap の Slack 通知テストです。エラー通知ではありません。(<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|詳細を見る>)"
36+
"text": "`[TEST]` DojoMap の Slack 通知テストです。(<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|詳細を見る>)"
3737
}
3838
}
3939
]

0 commit comments

Comments
 (0)