GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-07 05:49:55 +00:00
parent 28848aad85
commit 50a5893e2d

View File

@@ -170,7 +170,7 @@ while IFS= read -r line; do
[ ! -f /env.py ] && echo "import os" >/env.py
# Escape single quotes in VALUE
VALUE_ESCAPED="${VALUE//\'/\'\"\'\"\'}"
echo "os.environ['${KEYS}'] = '${VALUE_ESCAPED}'" >> /env.py
echo "os.environ['${KEYS}'] = '${VALUE_ESCAPED}'" >>/env.py
python3 /env.py
fi
# set .env