[前][次][番号順一覧][スレッド一覧]

ruby-changes:61918

From: Takashi <ko1@a...>
Date: Wed, 24 Jun 2020 15:56:47 +0900 (JST)
Subject: [ruby-changes:61918] e0037997d9 (master): Include workflow name in a notification of Compilations

https://git.ruby-lang.org/ruby.git/commit/?id=e0037997d9

From e0037997d9683d4242e3a417b43980bc0ad19cd2 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 23 Jun 2020 23:56:01 -0700
Subject: Include workflow name in a notification of Compilations


diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 88d6f0e..6925477 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -191,7 +191,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L191
           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]
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]