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

This commit is contained in:
Arlind
2025-06-25 12:57:45 +02:00
parent d83463335a
commit e7e4b6c180

View File

@@ -68,6 +68,7 @@ jobs:
echo "VALID_REPOS_FILE=$valid_repos_file" >> $GITHUB_ENV
- name: Apply CI Template to Valid Repositories
shell: bash
run: |
mapfile -t repos < "$VALID_REPOS_FILE"
for repo_full in "${repos[@]}"; do