Method: Datadog::CI::Ext::Environment::Providers::GithubActions.handles?
- Defined in:
- lib/datadog/ci/ext/environment/providers/github_actions.rb
.handles?(env) ⇒ Boolean
18 19 20 |
# File 'lib/datadog/ci/ext/environment/providers/github_actions.rb', line 18 def self.handles?(env) env.key?("GITHUB_SHA") end |