Method: Datadog::CI::Ext::Environment::Providers::GithubActions#pipeline_name
- Defined in:
- lib/datadog/ci/ext/environment/providers/github_actions.rb
#pipeline_name ⇒ Object
38 39 40 |
# File 'lib/datadog/ci/ext/environment/providers/github_actions.rb', line 38 def pipeline_name env["GITHUB_WORKFLOW"] end |