GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-07 14:56:33 +00:00
parent bb74c141f4
commit 443975cf00

View File

@@ -115,7 +115,7 @@ cp "$CONFIGSOURCE" /tempenv
sed -i '/^#/d' /tempenv
sed -i '/^[[:space:]]*$/d' /tempenv
sed -i '/^$/d' /tempenv
echo "" >> /tempenv
echo "" >>/tempenv
# Exit if empty
if [ ! -s /tempenv ]; then