From d9d2ead1cd2b49ec2fcbd7017b7236473107e58c Mon Sep 17 00:00:00 2001 From: Enrique Araque Date: Wed, 28 Aug 2024 09:46:14 +0200 Subject: [PATCH] Add installation assistant reference to the workflow header --- .github/workflows/packages_builder_ami.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/packages_builder_ami.yaml b/.github/workflows/packages_builder_ami.yaml index 42531c0..d65a236 100644 --- a/.github/workflows/packages_builder_ami.yaml +++ b/.github/workflows/packages_builder_ami.yaml @@ -16,6 +16,10 @@ on: description: 'Branch or tag of the wazuh-automation repository' required: true default: '4.10.0' + WAZUH_INSTALLATION_ASSISTANT_REFERENCE: + description: 'Branch or tag of the wazuh-installation-assistant repository' + required: true + default: '4.10.0' SUFFIX-AMI: description: 'Suffix to add to the AMI name, must begin with "_" without quotes. For pre-relase, use -1' required: false