Table of Contents

Class GitHubRunMetadata

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Environment metadata used by GitHubRunMetadata.

public sealed record GitHubRunMetadata : IEquatable<GitHubRunMetadata>

Properties

Attempt

Reads GITHUB_RUN_ATTEMPT; returns null when it is unset or empty.

public long? Attempt { get; }

Property Value

long?

Id

Reads GITHUB_RUN_ID; returns null when it is unset or empty.

public long? Id { get; }

Property Value

long?

Job

Reads GITHUB_JOB; returns null when it is unset or empty.

public string? Job { get; }

Property Value

string?

Number

Reads GITHUB_RUN_NUMBER; returns null when it is unset or empty.

public long? Number { get; }

Property Value

long?

RetentionDays

Reads GITHUB_RETENTION_DAYS; returns null when it is unset or empty.

public long? RetentionDays { get; }

Property Value

long?