Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/core/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ export function getInput(name: string, options?: InputOptions): string {
}

/**
* Gets the values of an multiline input. Each value is also trimmed.
* Gets the values of an multiline input.
* Unless trimWhitespace is set to false in InputOptions, each value is also trimmed.
* Returns an empty array if the value is not defined.
*
* @param name name of the input to get
* @param options optional. See InputOptions.
Expand Down