Skip to content

Commit

Permalink
Merge pull request #61 from wazuh/enhancement/55-build-installation-a…
Browse files Browse the repository at this point in the history
…ssistant-header-to-main

Add build installation assistant header
  • Loading branch information
c-bordon authored Sep 17, 2024
2 parents bd86935 + 17c9abe commit 0e5b606
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/builder_installation_assistant.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 0e5b606

Please sign in to comment.