Skip to content

@stephansama actions / generate-md-action-inputs / loadInputs

Function: loadInputs()

ts
function loadInputs(opts): object;

Defined in: index.ts:226

Parameters

opts

InputOptions = ...

Returns

object

comment_tag_name

ts
comment_tag_name: string;

commit_message

ts
commit_message: string;

committer_email

ts
committer_email: string;

committer_username

ts
committer_username: string;

gh_token

ts
gh_token: string;

git_provider

ts
git_provider: "github" | "gitlab";

heading

ts
heading: string;

heading_level

ts
heading_level: string;

skip_commit

ts
skip_commit: boolean;

Released under MIT license