Skip to content

Commit

Permalink
Add correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Dec 23, 2024
1 parent 0ad75df commit 1c5ad0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/offline-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
AUTOMATION_REFERENCE:
description: 'Branch or tag of the wazuh-automation repository'
required: true
default: '4.10.2'
default: 'v4.10.2'
PKG_REPOSITORY:
description: 'Repository environment'
required: true
Expand Down Expand Up @@ -135,15 +135,12 @@ jobs:
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
aws-region: ${{ env.REGION }}

- name: Display Deployment Report
if: always()
run: echo ${{ env.AUTOMATION_REFERENCE }}

- name: Checkout wazuh/wazuh-automation repository
uses: actions/checkout@v4
with:
repository: wazuh/wazuh-automation
ref: ${{ env.AUTOMATION_REFERENCE }}
token: ${{ secrets.GH_CLONE_TOKEN }}
path: wazuh-automation

- name: Install and set allocator requirements
Expand Down

0 comments on commit 1c5ad0d

Please sign in to comment.