Skip to content

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

Function: createTable()

ts
function createTable(inputs, entries): string[];

Defined in: index.ts:131

Parameters

inputs

comment_tag_name

string

commit_message

string

committer_email

string

committer_username

string

gh_token

string

git_provider

"github" | "gitlab" = ...

heading

string

heading_level

string

skip_commit

boolean

entries

string[][]

Returns

string[]

Released under MIT license