mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
b7fe052a06
commit
6a8bc90278
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue