mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
Update index.js
This commit is contained in:
parent
3384765d40
commit
5aee445d73
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -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`);
|
core.setFailed(`${argumentName}: invalid parameter - you provided "${rawValue}". Try a whole number (no decimals) instead like 1234`);
|
||||||
}
|
}
|
||||||
function optionalStringArray(argumentName, rawValue) {
|
function optionalStringArray(argumentName, rawValue) {
|
||||||
console.log(rawValue);
|
|
||||||
if (rawValue.length === 0) {
|
if (rawValue.length === 0) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user