Sha256: ed627075a3192835639b54f484b49c9eaba65147a437dad479cf64352fc7cc40
Contents?: true
Size: 765 Bytes
Versions: 4
Compression:
Stored size: 765 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class GithubActions < Extractor @ref: 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? end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems