Skip to content

Commit 5aee445

Browse files
committed
Update index.js
1 parent 3384765 commit 5aee445

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6651,7 +6651,6 @@ function optionalInt(argumentName, rawValue) {
66516651
core.setFailed(`${argumentName}: invalid parameter - you provided "${rawValue}". Try a whole number (no decimals) instead like 1234`);
66526652
}
66536653
function optionalStringArray(argumentName, rawValue) {
6654-
console.log(rawValue);
66556654
if (rawValue.length === 0) {
66566655
return undefined;
66576656
}

0 commit comments

Comments
 (0)