Skip to content

Commit

Permalink
Added ID logic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Sep 24, 2024
1 parent 795c0db commit 8196902
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
run-name: Build OVA - Wazuh virtual machines branch ${{ github.ref_name }} - Launched by @${{ github.actor }}
run-name: Build OVA ${{ inputs.is_stage && ' - is stage' || '' }} ${{ inputs.id }} - Wazuh virtual machines branch ${{ github.ref_name }} - Launched by @${{ github.actor }}
name: Build OVA

on:
workflow_dispatch:
inputs:
id:
description: "ID used to identify the workflow uniquely."
type: string
required: false
WAZUH_INSTALLATION_ASSISTANT_REFERENCE:
description: 'Branch or tag of the wazuh-installation-assistant repository'
required: true
Expand Down Expand Up @@ -33,6 +37,11 @@ on:
- -v
- -vv
- -vvv
workflow_call:
inputs:
id:
type: string
required: false

env:
OVA_AMI: "ami-0d4bd55523ee67aa4"
Expand Down

0 comments on commit 8196902

Please sign in to comment.