Search
Provides struct and type for ActionsVariable
@type t() :: %GitHub.Actions.Variable{ __info__: map(), created_at: String.t(), name: String.t(), updated_at: String.t(), value: String.t() }