Class GitHubCommandFileMetadata
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Environment metadata used by GitHubCommandFileMetadata.
public sealed record GitHubCommandFileMetadata : IEquatable<GitHubCommandFileMetadata>Properties
Environment
Reads GITHUB_ENV; returns null when it is unset or empty.
public AbsolutePath? Environment { get; }Property Value
Output
Reads GITHUB_OUTPUT; returns null when it is unset or empty.
public AbsolutePath? Output { get; }Property Value
Path
Reads GITHUB_PATH; returns null when it is unset or empty.
public AbsolutePath? Path { get; }Property Value
State
Reads GITHUB_STATE; returns null when it is unset or empty.
public AbsolutePath? State { get; }Property Value
StepSummary
Reads GITHUB_STEP_SUMMARY; returns null when it is unset or empty.
public AbsolutePath? StepSummary { get; }