Skip to content

Commit

Permalink
Fix typos in the ami workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Aug 28, 2024
1 parent a9b60ec commit b44ed64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ 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:
Expand All @@ -20,16 +20,16 @@ on:
description: 'Branch or tag of the wazuh-installation-assistant repository'
required: true
default: '4.10.0'
SUFFIX-AMI:
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


permissions:
id-token: write
contents: read
Expand Down

0 comments on commit b44ed64

Please sign in to comment.