Add type declarations to function in GH Action update scripts
This commit also fixes some bugs with function redeclaration and missing parameters. [MAILPOET-6097]
This commit is contained in:
committed by
Rostislav Wolný
parent
3989594a56
commit
0d794b3b2f
@@ -7,4 +7,4 @@ $downloadCommand = 'download:woo-commerce-memberships-zip';
|
||||
$configParameterName = 'woo_memberships_version';
|
||||
$versionsFilename = 'woocommerce_memberships_versions.txt';
|
||||
|
||||
replacePrivatePluginVersion($repository, $downloadCommand, $configParameterName);
|
||||
replacePrivatePluginVersion($repository, $downloadCommand, $configParameterName, $versionsFilename);
|
||||
|
Reference in New Issue
Block a user