Update index.js

This commit is contained in:
SamKirkland 2020-11-13 13:49:44 -06:00
parent 3384765d40
commit 5aee445d73

1
dist/index.js vendored
View File

@ -6651,7 +6651,6 @@ function optionalInt(argumentName, rawValue) {
core.setFailed(`${argumentName}: invalid parameter - you provided "${rawValue}". Try a whole number (no decimals) instead like 1234`);
}
function optionalStringArray(argumentName, rawValue) {
console.log(rawValue);
if (rawValue.length === 0) {
return undefined;
}