Update 'products' parameter to make it not required

This commit is contained in:
Jesus Garcia
2026-01-23 10:31:56 -05:00
parent 236df154fc
commit a376ab05d8
@@ -14,7 +14,7 @@ on:
products:
description: 'Comma-separated list of the image names to build and push'
default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer,wazuh-agent'
required: true
required: false
revision:
description: 'Package revision'
default: '1'
@@ -46,7 +46,7 @@ on:
products:
description: 'Comma-separated list of the image names to build and push'
default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer,wazuh-agent'
required: true
required: false
type: string
revision:
description: 'Package revision'