Update .gitea/workflows/deploy-ci.yaml
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 3s
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 3s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user