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 676a52d commit 3ede713
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ jobs:
exit 1
;;
esac
COMPOSITE_NAME="$COMPOSITE_NAME/SUBNAME/$SUBNAME"
echo "${{ env.COMPOSITE_NAME }}"
COMPOSITE_NAME="${{ env.COMPOSITE_NAME/SUBNAME/$SUBNAME }}"
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 Down

0 comments on commit 3ede713

Please sign in to comment.