1
0
Fork 0

Describe behaviour of getInput (#808)

pull/816/head
rethab 2021-05-19 17:08:51 +02:00 committed by GitHub
parent f915ace085
commit 3bd746139f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,9 @@ export function addPath(inputPath: string): void {
} }
/** /**
* Gets the value of an input. The value is also trimmed. * Gets the value of an input.
* Unless trimWhitespace is set to false in InputOptions, the value is also trimmed.
* Returns an empty string if the value is not defined.
* *
* @param name name of the input to get * @param name name of the input to get
* @param options optional. See InputOptions. * @param options optional. See InputOptions.