Sha256: 02852de9b7185bedaa5eeacee401e84aa834a80b02cc409a027486b596b46d21
Contents?: true
Size: 876 Bytes
Versions: 5
Compression:
Stored size: 876 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class GithubActions < Extractor @ref: String @github_server_url: String? def provider_name: () -> "github" def job_name: () -> String? def job_url: () -> ::String def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_number: () -> String? def pipeline_url: () -> String? def workspace_path: () -> String? def git_repository_url: () -> ::String def git_commit_sha: () -> String? def git_branch_or_tag: () -> String? def ci_env_vars: () -> String? private def github_server_url: () -> String? end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems