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

ruby-changes:71417

From: David <ko1@a...>
Date: Tue, 15 Mar 2022 04:44:52 +0900 (JST)
Subject: [ruby-changes:71417] 6a8bc90278 (master): [rubygems/rubygems] Report Github Actions CI provider within user agent string

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

From 6a8bc90278ca39546a76c8a669f732ce3fc8d417 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Mon, 14 Mar 2022 18:45:35 +0100
Subject: [rubygems/rubygems] Report Github Actions CI provider within user
 agent string

See
https://docs.github.com/es/actions/learn-github-actions/environment-variables#default-environment-variables.

So that we can show stats about it at https://ecosystem.rubytogether.org

https://github.com/rubygems/rubygems/commit/48d6dc68f8
---
 lib/bundler/fetcher.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index e07f925107..6fe047568f 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -226,6 +226,7 @@ module Bundler https://github.com/ruby/ruby/blob/trunk/lib/bundler/fetcher.rb#L226
         "GO_SERVER_URL" => "go",
         "SNAP_CI" => "snap",
         "GITLAB_CI" => "gitlab",
+        "GITHUB_ACTIONS" => "github",
         "CI_NAME" => ENV["CI_NAME"],
         "CI" => "ci",
       }
-- 
cgit v1.2.1


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

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