struct

ContributorMural::Inputs

Inherits Struct < Value < Object

Action-facing settings. GitHub exposes each action input as an INPUT_<NAME> env var; those take precedence over CLI flags.

Constants

DEFAULT_COMMIT_MESSAGE = "chore: update contributor mural"
DEFAULT_CONFIG_PATH = ".github/contributor-mural.yml"

Constructors

new(config_path : String, workspace : String, token : Nil | String, commit_message : String, commit : Bool)
Source
resolve(config_path : String | Nil = nil, workspace : String | Nil = nil, commit_flag : Bool = false) : Inputs
Source

Instance methods

commit?
Source
commit_message
Source
config_path
Source
token
Source
workspace
Source