GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-03 08:48:06 +00:00
parent 505662010c
commit 767a1f1dbf

View File

@@ -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