Files
piratepoet/.github/workflows/scripts/check_automate_woo_versions.php
2024-06-21 15:59:53 +02:00

11 lines
334 B
PHP

<?php
require_once __DIR__ . '/helpers.php';
$repository = 'woocommerce/automatewoo';
$downloadCommand = 'download:automate-woo-zip';
$configParameterName = 'automate_woo_version';
$versionsFilename = 'automate_woo_versions.txt';
replacePrivatePluginVersion($repository, $downloadCommand, $configParameterName, $versionsFilename);