Update .gitea/workflows/deploy-ci.yaml
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 3s

This commit is contained in:
2025-06-08 19:34:50 +02:00
parent 407e7528d8
commit 2a38bf35c9

View File

@@ -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 frontmatter
if echo "$content" | grep -q 'osuid:'; then
echo "DEBUG: 'osuid:' found in $owner/$repo"
echo "$owner/$repo" >> "$valid_repos_file"