diff --git a/.github/workflows/packages_builder_ami.yaml b/.github/workflows/packages_builder_ami.yaml index 0ae18db..8788ed6 100644 --- a/.github/workflows/packages_builder_ami.yaml +++ b/.github/workflows/packages_builder_ami.yaml @@ -2,17 +2,30 @@ run-name: Build AMI - Wazuh ${{ inputs.PACKAGE_VERSION }} Version - Launched by name: Build AMI on: - workfolw_dispatch: + workflow_dispatch: inputs: PACKAGE_VERSION: description: 'Wazuh version to build' required: true default: '4.10.0' WAZUH_VIRTUAL_MACHINES_REFERENCE: - description: 'Branch or tag of the wazuh-virtual-machines repository where the workflow will be triggered + description: 'Branch or tag of the wazuh-virtual-machines repository where the workflow will be triggered' required: true default: '4.10.0' WAZUH_AUTOMATION_REFERENCE: 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 + default: '-1' + DESTROY: + type: boolean + description: 'Destroy the base instance after the AMI is created' + required: false + default: true \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c183558..f6d98e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- None +- Fix typos and add news inputs in the AMI workflow header ([#35](https://github.com/wazuh/wazuh-virtual-machines/pull/35)) ### Deleted