summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-08-22 07:57:06 +0900
committeraycabta <aycabta@gmail.com>2019-08-22 07:57:12 +0900
commita1d606c079f6c3d1779d885e0bf2e3991251609e (patch)
tree5b7f3eddb42d5c6c79eb41437d6bd6e282599e46 /.github/workflows/macos.yml
parent1940347fdfe44a515a4d4ba31f068a245570b70d (diff)
Show short message to Slack
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 13d0c7de99..a3402c12fc 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -62,10 +62,7 @@ jobs:
payload: |
{
"attachments": [{
- "title": "${{ job.status }}: ${{ github.workflow }} / ${{ matrix.test_task }}",
- "title_link": "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks",
- "text": "${{ github.repository }}@${{ github.ref }}: <https://github.com/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>",
- "fields": [{ "value": ${{ toJson(github.event.head_commit.message) }}, "short": false }],
+ "text": "<https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ job.status }}: ${{ github.workflow }} / ${{ matrix.test_task }}> (<https://github.com/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>)",
"footer": "${{ github.event.head_commit.committer.name }} at ${{ github.event.head_commit.timestamp }}",
"color": "danger"
}]