From 767a1f1dbf284bbd53182c62422aa3966988d6fa Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 08:48:06 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .templates/01-config_yaml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 674911d5b..4227c0b3e 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -181,8 +181,8 @@ while IFS= read -r line; do KEYS="${line%%=*}" VALUE="${line#*=}" if [[ "$VALUE" == *\"* ]]; then -     [[ "$VALUE" == \"*\" ]] && VALUE="${VALUE:1:-1}" -     VALUE="'$VALUE'" + [[ "$VALUE" == \"*\" ]] && VALUE="${VALUE:1:-1}" + VALUE="'$VALUE'" fi export "${KEYS}=${VALUE}" # export to python