Update repo_health.yml

This commit is contained in:
2025-12-27 02:36:08 -06:00
parent ae0b4de246
commit 68cf0f0113

View File

@@ -641,12 +641,9 @@ jobs:
content_warnings+=("README.md missing expected brand keyword") content_warnings+=("README.md missing expected brand keyword")
fi fi
export MISSING_REQUIRED="$(printf '%s export MISSING_REQUIRED="$(printf '%s\\n' "${missing_required[@]:-}")"
' "${missing_required[@]:-}")" export MISSING_OPTIONAL="$(printf '%s\\n' "${missing_optional[@]:-}")"
export MISSING_OPTIONAL="$(printf '%s export CONTENT_WARNINGS="$(printf '%s\\n' "${content_warnings[@]:-}")"
' "${missing_optional[@]:-}")"
export CONTENT_WARNINGS="$(printf '%s
' "${content_warnings[@]:-}")"
report_json="$(python3 - <<'PY' report_json="$(python3 - <<'PY'
import json import json