From 6a8bc90278ca39546a76c8a669f732ce3fc8d417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= 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(+) (limited to 'lib') 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 "GO_SERVER_URL" => "go", "SNAP_CI" => "snap", "GITLAB_CI" => "gitlab", + "GITHUB_ACTIONS" => "github", "CI_NAME" => ENV["CI_NAME"], "CI" => "ci", } -- cgit v1.2.3