diff --git a/dist/index.js b/dist/index.js index 1270dc5..3d5d90a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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; }