We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3384765 commit 5aee445Copy full SHA for 5aee445
1 file changed
dist/index.js
@@ -6651,7 +6651,6 @@ function optionalInt(argumentName, rawValue) {
6651
core.setFailed(`${argumentName}: invalid parameter - you provided "${rawValue}". Try a whole number (no decimals) instead like 1234`);
6652
}
6653
function optionalStringArray(argumentName, rawValue) {
6654
- console.log(rawValue);
6655
if (rawValue.length === 0) {
6656
return undefined;
6657
0 commit comments