summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-06-23 23:56:01 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-06-23 23:56:02 -0700
commite0037997d9683d4242e3a417b43980bc0ad19cd2 (patch)
treef5f912edc0f9120f934a123576d22f3fffc3e08a /.github
parent6ecef1199e176753b69bcbe10fc6e66d1df06985 (diff)
Include workflow name in a notification of Compilations
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 88d6f0e214..6925477aaf 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -191,7 +191,7 @@ jobs:
payload: |
{
"ci": "GitHub Actions",
- "env": "${{ matrix.entry.name }}",
+ "env": "${{ github.workflow }} / ${{ matrix.entry.name }}",
"url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"commit": "${{ github.sha }}",
"branch": "${{ github.ref }}".split('/').reverse()[0]