Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2022-01-15 02:01:37 +03:00
parent 523dbf6eb2
commit 421fa4580c
4 changed files with 93 additions and 178 deletions

View file

@ -7,7 +7,7 @@ const options = program
'--max-clusters <max-clusters>',
'Set maximum number of clusters',
parser.parseNumber,
200
256
)
.option('--channels <channels>', 'Set path to channels.xml file', 'sites/**/*.channels.xml')
.parse(process.argv)