From 3e83f1f00ae89f3391ceed8ea6192cc23257536e Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 28 Oct 2019 15:34:42 +0900 Subject: Add more matrix info to slack payload --- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0a6f0a4208..f9e5b9773c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -92,7 +92,7 @@ jobs: payload: | { "attachments": [{ - "text": "${{ job.status}}: " + + "text": "${{ job.status}}: " + "() " + "of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}", "color": "danger" diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bb1c290735..6dee27ed6a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -61,7 +61,7 @@ jobs: payload: | { "attachments": [{ - "text": "${{ job.status}}: " + + "text": "${{ job.status}}: " + "() " + "of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}", "color": "danger" -- cgit v1.2.3