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)
Sourceresolve(config_path : String | Nil = nil, workspace : String | Nil = nil, commit_flag : Bool = false) : Inputs
SourceInstance methods
commit?
Sourcecommit_message
Sourceconfig_path
Sourcetoken
Sourceworkspace
Source