Method: Datadog::CI::Ext::Environment::Providers::GithubActions#git_repository_url
- Defined in:
- lib/datadog/ci/ext/environment/providers/github_actions.rb
#git_repository_url ⇒ Object
56 57 58 |
# File 'lib/datadog/ci/ext/environment/providers/github_actions.rb', line 56 def git_repository_url "#{github_server_url}/#{env["GITHUB_REPOSITORY"]}.git" end |