Skip to content

Commit 7215b87

Browse files
authored
Merge pull request #767 from wazuh/enhancement/wqa7336-revert-bump-main
Revert bump main branch
2 parents 701758d + 8b96118 commit 7215b87

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/builder_OVA.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
wazuh_automation_reference:
2121
description: 'Branch or tag of the wazuh-automation repository'
2222
required: true
23-
default: 'v5.0.0-beta2'
23+
default: 'main'
2424
is_stage:
2525
description: "Is stage?"
2626
type: boolean
@@ -65,7 +65,7 @@ on:
6565
wazuh_automation_reference:
6666
type: string
6767
required: false
68-
default: 'v5.0.0-beta2'
68+
default: 'main'
6969
is_stage:
7070
type: boolean
7171
required: false

.github/workflows/packages_builder_ami.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
wazuh_automation_reference:
1515
description: 'Branch or tag of the wazuh-automation repository'
1616
required: true
17-
default: 'v5.0.0-beta2'
17+
default: 'main'
1818
is_stage:
1919
description: "Is stage?"
2020
type: boolean
@@ -73,7 +73,7 @@ on:
7373
wazuh_automation_reference:
7474
type: string
7575
required: false
76-
default: 'v5.0.0-beta2'
76+
default: 'main'
7777
is_stage:
7878
type: boolean
7979
required: false

.github/workflows/test-vm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
WAZUH_AUTOMATION_REFERENCE:
88
description: 'Branch or tag of the wazuh-automation repository'
99
required: true
10-
default: 'v5.0.0-beta2'
10+
default: 'main'
1111
WAZUH_VIRTUAL_MACHINES_REFERENCE:
1212
description: 'Branch or tag of the wazuh-virtual-machines repository'
1313
required: true
@@ -99,7 +99,7 @@ on:
9999
WAZUH_AUTOMATION_REFERENCE:
100100
type: string
101101
required: false
102-
default: 'v5.0.0-beta2'
102+
default: 'main'
103103
WAZUH_VIRTUAL_MACHINES_REFERENCE:
104104
type: string
105105
required: true

0 commit comments

Comments
 (0)