diff --git a/src/config.js b/src/config.js index 388db40e7..b7f49e892 100644 --- a/src/config.js +++ b/src/config.js @@ -55,13 +55,6 @@ exports.getInput = function getInputArgs() { process.exit(1) } - // Warn if specifying both - if (urls.length > 0 && staticDistDir) { - core.warning( - `Setting both 'url' and 'static_dist_dir' will ignore urls in 'url' since 'static_dist_dir' has higher priority` - ) - } - return { // collect urls,