We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f915ace commit 3bd7461Copy full SHA for 3bd7461
packages/core/src/core.ts
@@ -78,7 +78,9 @@ export function addPath(inputPath: string): void {
78
}
79
80
/**
81
- * Gets the value of an input. The value is also trimmed.
+ * Gets the value of an input.
82
+ * Unless trimWhitespace is set to false in InputOptions, the value is also trimmed.
83
+ * Returns an empty string if the value is not defined.
84
*
85
* @param name name of the input to get
86
* @param options optional. See InputOptions.
0 commit comments