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 e0c06fb commit 25ca084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Set COMPOSITE_NAME variable
run: |
case ${{ inputs.SYSTEM }} in
case "${{ inputs.SYSTEM }}" in
"CentOS 7")
SUBNAME="centos-7"
;;
Expand Down

0 comments on commit 25ca084

Please sign in to comment.