Skip to content

Commit

Permalink
Testing assistant workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 27, 2024
1 parent 9de5d85 commit 1992c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ jobs:
;;
esac
echo "${{ env.COMPOSITE_NAME }}"
COMPOSITE_NAME="${COMPOSITE_NAME/SUBNAME/$SUBNAME }"
COMPOSITE_NAME="${COMPOSITE_NAME/SUBNAME/$SUBNAME}"
echo $COMPOSITE_NAME
echo "COMPOSITE_NAME=$COMPOSITE_NAME" >> $GITHUB_ENV
echo "${{ env.COMPOSITE_NAME }}"
- name: Install Ansible
run: sudo apt-get update && sudo apt-add-repository ppa:ansible/ansible && sudo apt install -y ansible
Expand All @@ -128,6 +127,7 @@ jobs:
with:
repository: wazuh/wazuh-automation
ref: ${{ inputs.AUTOMATION_REFERENCE }}
token: ${{ secrets.GH_CLONE_TOKEN }}

- name: Install and set Allocator requirements
run: |
Expand Down

0 comments on commit 1992c24

Please sign in to comment.