Method: Datadog::CI::Ext::Environment::Providers::GithubActions#pipeline_id
- Defined in:
- lib/datadog/ci/ext/environment/providers/github_actions.rb
#pipeline_id ⇒ Object
34 35 36 |
# File 'lib/datadog/ci/ext/environment/providers/github_actions.rb', line 34 def pipeline_id env["GITHUB_RUN_ID"] end |