Skip to content

Commit

Permalink
Added automation reference as input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 26, 2024
1 parent e1d4f06 commit a935173
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
options:
- staging
- pre-release
AUTOMATION_REFERENCE:
description: 'wazuh-automation reference'
required: true
default: 'v4.10.0'
SYSTEM:
description: 'Operating System'
required: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/Test_installation_assistant_distributed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
options:
- staging
- pre-release
AUTOMATION_REFERENCE:
description: 'wazuh-automation reference'
required: true
default: 'v4.10.0'
DEBUG:
description: 'Debug mode'
required: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/Test_installation_assistant_tier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
options:
- staging
- pre-release
AUTOMATION_REFERENCE:
description: 'wazuh-automation reference'
required: true
default: 'v4.10.0'
CentOS_7:
description: 'CentOS 7'
required: true
Expand Down

0 comments on commit a935173

Please sign in to comment.