From 17c9abe4ca24c9c763943ceee443773666a91521 Mon Sep 17 00:00:00 2001 From: Enrique Araque Date: Tue, 17 Sep 2024 13:03:03 +0200 Subject: [PATCH] Add build installation assistant header --- .github/workflows/builder_installation_assistant.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/builder_installation_assistant.yml diff --git a/.github/workflows/builder_installation_assistant.yml b/.github/workflows/builder_installation_assistant.yml new file mode 100644 index 0000000..1a370a8 --- /dev/null +++ b/.github/workflows/builder_installation_assistant.yml @@ -0,0 +1,10 @@ +run-name: Build Installation Assistant - Wazuh installation assistant branch ${{ inputs.WAZUH_INSTALLATION_ASSISTANT_REFERENCE }} - Launched by @${{ github.actor }} +name: Build Installation Assistant + +on: + workflow_dispatch: + inputs: + WAZUH_INSTALLATION_ASSISTANT_REFERENCE: + description: 'Branch or tag of the wazuh-installation-assistant repository where the workflow will be triggered' + required: true + default: '5.0.0' \ No newline at end of file