Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/scheduler_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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. (<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|詳細を見る>)"
"text": "<@yasulab> Failed to build DojoMap. <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|» 詳細を見る (GitHub)>"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_slack_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 通知テストです。(<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|詳細を見る>)"
"text": "`[TEST]` DojoMap の Slack 通知テストです。<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|» 詳細を見る (GitHub)>"
}
}
]
Expand Down