diff --git a/.gitea/workflows/deploy-ci.yaml b/.gitea/workflows/deploy-ci.yaml index b087d83..87b875b 100644 --- a/.gitea/workflows/deploy-ci.yaml +++ b/.gitea/workflows/deploy-ci.yaml @@ -57,7 +57,6 @@ jobs: content=$(echo "$readme_json" | jq -r .content 2>/dev/null \ | base64 -d 2>/dev/null || echo "") - # strip BOM and CRLF content=$(echo "$content" \ | sed $'1s/^\xEF\xBB\xBF//' \ | sed 's/\r$//') @@ -67,7 +66,6 @@ jobs: echo "$content" | sed -n '1,10p' | sed -n l fi - # match on presence of osuid: in the front‐matter if echo "$content" | grep -q 'osuid:'; then echo "DEBUG: 'osuid:' found in $owner/$repo" echo "$owner/$repo" >> "$valid_repos_file"