GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-08 10:06:31 +00:00
parent c7a7d00073
commit 82dc1a683d

View File

@@ -37,7 +37,7 @@ sanitize_variable() {
return
fi
printf -v escaped '%q' "$raw"
escaped="${escaped//\\ } }"
escaped="${escaped//\\ /} }"
# If nothing changed, return the original.
if [[ "$raw" == "$escaped" ]]; then
printf '%s' "$raw"