Merge pull request #89 from wazuh/change/wazuh-packages-PR-3004 #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |