From 25ca084323b0532981a704c27d67601de267ec13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Tue, 27 Aug 2024 11:28:33 +0200 Subject: [PATCH] Testing assistant workflow --- .github/workflows/Test_installation_assistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index c00d8a1..81296f9 100644 --- a/.github/workflows/Test_installation_assistant.yml +++ b/.github/workflows/Test_installation_assistant.yml @@ -74,7 +74,7 @@ jobs: - name: Set COMPOSITE_NAME variable run: | - case ${{ inputs.SYSTEM }} in + case "${{ inputs.SYSTEM }}" in "CentOS 7") SUBNAME="centos-7" ;;