GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-04 07:56:33 +00:00
parent ce2744f5b7
commit c2b4fbad50

View File

@@ -188,7 +188,7 @@ while IFS= read -r line; do
# export to python
if command -v "python3" &>/dev/null; then
[ ! -f /env.py ] && echo "import os" >/env.py
echo "os.environ['${KEYS}'] = \"${VALUE//\"/\\\"}\"" >>/env.py
echo "os.environ['${KEYS}'] = \"${VALUE//\"/\\\"}\"" >>/env.py
python3 /env.py
fi
# set .env